| Crates.io | depclean |
| lib.rs | depclean |
| version | 0.1.2 |
| created_at | 2025-03-12 17:42:10.96047+00 |
| updated_at | 2025-03-12 18:11:31.08537+00 |
| description | A tool to analyze and optimize project dependencies |
| homepage | https://github.com/suhasamaresh/depclean |
| repository | https://github.com/suhasamaresh/depclean |
| max_upload_size | |
| id | 1590110 |
| size | 76,429 |
Depclean is a Rust command-line tool to analyze and optimize project dependencies by parsing Cargo.lock, building dependency graphs, detecting duplicates, and suggesting version alignments.
cargo install depclean
Verify installation:
depclean --help
git clone https://github.com/suhasamaresh/depclean.git
cd depclean
cargo build --release
./target/release/depclean --help
Analyze dependencies in a Cargo project:
depclean --lockfile Cargo.lock
Output includes:
Dependency graph visualization
Duplicate dependency detection
Version alignment suggestions
[FEAT]/[FIX]/[DOCS] prefixMIT License - See LICENSE for details.