概要
cargo-machete is a high-performance Rust development utility designed to audit project dependencies by scanning source code for crates declared in Cargo.toml but never utilized. It provides a faster, stable-compatible alternative to cargo-udeps, offering a seamless way to reduce project bloat and minimize binary sizes. The skill is particularly valuable during refactoring or CI/CD integration, as it includes an automated fix feature to instantly prune unnecessary crates while supporting complex workspace configurations and ignore patterns for false positives like proc-macros.