← Package directory
Available on winget

Install cargo-shear

Detect and fix issues in Rust projects

Install with winget
winget install --id Boshen.cargo-shear
Upgrade
winget upgrade --id Boshen.cargo-shear
Uninstall
winget uninstall --id Boshen.cargo-shear

About cargo-shear

Detect and fix issues in Rust projects: - Unused dependencies in Cargo.toml - Misplaced dependencies (dev/build dependencies in wrong sections) - Unlinked source files (Rust files not reachable from any module tree)

What's new in 1.12.4

No release notes provided.

Version history

Version Updated Notes
1.12.4 Unknown No notes
1.11.2 Unknown 🐛 Bug Fixes - don't remove empty features during --fix (#464) (by @Boshen) - don't count non-executable doc tests as executable (#463) (by @Boshen) Contributors - @Boshen