Description
Finds unused dependencies declared in Cargo.toml. It helps Rust maintainers remove crates that no longer appear to be needed, reducing build work and dependency surface.
Use it during dependency cleanup. Confirm findings manually because feature-gated code, build scripts, examples, or target-specific modules can hide real usage.