est31/cargo-udeps
Find unused dependencies in Cargo.toml observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 79
- Release rhythm 69
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 42.5
- age_days: 2564
- days_rel: 127
- days_push: 127
- n_releases_24m: 9
Adoption not part of the score
2129 stars · 53 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cargo-udeps is a Cargo subcommand that detects unused dependencies declared in a Rust project's Cargo.toml. It requires Rust nightly to run and can be used in CI or as a pre-commit hook.
Use cases
- find unused dependencies in Cargo.toml
- detect unused crates in a Rust project
- clean up Cargo.toml dependencies
- check for unused dependencies in CI
- run dependency audit as a pre-commit hook
- ignore specific dependencies from unused checks
When to choose
- you maintain a Rust project and want to remove dead dependencies
- you want automated unused-dependency checks in CI or pre-commit
- you work with Cargo workspaces and want workspace-wide checks
When to avoid
- you cannot use Rust nightly toolchain
- you need fully accurate detection (some unused crates are missed, e.g. those used by std or shared with dependency graphs)
- you need per-version crate handling (crates are only handled per name)
Facets
cli-tool · maturity active
developer-tools build-tool dependency-audit cli developer-tools version-control windows cli rust cargo rust unused-dependencies linting nightly command-line linux macos
2 sources
- readme: https://github.com/est31/cargo-udeps · fetched 2026-08-28 · d6f9d745d2bc
- registry_crates: https://crates.io/api/v1/crates/cargo-udeps · fetched 2026-08-29 · c2532a09774f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| est31/cargo-udeps | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="est31/cargo-udeps")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem