-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
I recently disabled default-features on reqwest in some of my API crates (e.g. redmine-api) to allow the user to select a TLS implementation instead of forcing them to use the default TLS implementation.
This requires the user to add reqwest to their own dependencies and set additional features (e.g. rustls-tls) when compared to the ones specified by dependencies.
It would be great if cargo-machete could take this usage into account when deciding if a dependency is unused.
bnjbvr and reneleonhardt
Metadata
Metadata
Assignees
Labels
No labels