Remove unused tokio dependency #4

Open
opened 2026-07-25 11:16:27 +00:00 by GKaszewski · 0 comments
Owner

Severity: Medium

tokio = "1.44.2" is listed in [dependencies] in Cargo.toml, but none of the three source files import or use tokio directly. Async functionality comes from loco-rs and axum.

This is a phantom dependency that bloats compile times for every consumer of this crate.

**Severity: Medium** `tokio = "1.44.2"` is listed in `[dependencies]` in `Cargo.toml`, but none of the three source files import or use tokio directly. Async functionality comes from `loco-rs` and `axum`. This is a phantom dependency that bloats compile times for every consumer of this crate.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GKaszewski/loco-keycloak-auth#4