Description
Finds dependencies listed in Cargo manifests that appear to be unused by the Rust project. It helps reduce build time, dependency risk, and maintenance noise.
Use it when cleaning up a Rust crate or workspace. Review each suggestion before removal, because optional features, build scripts, examples, or conditional targets can make usage less obvious.