cargo-udeps

Dependency checker

Detects unused dependencies in Rust projects during compilation.

Find unused dependencies in Cargo.toml

GitHub

2k stars
9 watching
46 forks
Language: Rust
last commit: 14 days ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
geiger-rs/cargo-geiger Detects usage of unsafe Rust in Rust crates and their dependencies to provide statistical input for auditing. 1,410
deps-rs/deps.rs Provides a service to analyze and display the status of dependencies in Rust projects. 426
bunogi/cargo-makedocs Automates documentation building for Rust projects by parsing Cargo.toml and generating documentation for direct dependencies. 14
obi1kenobi/cargo-semver-checks Automates checking of Rust crate API changes for semver violations 1,189
lukemathwalker/cargo-chef A tool that speeds up Rust Docker builds by caching dependencies and re-hydrating project skeletons. 1,817
sourcefrog/cargo-mutants Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. 600
fpgmaas/deptry A tool to detect and report unused, missing, and transitive dependencies in Python projects. 917
icefoxen/cargo-osha Tool to quickly identify areas of Rust code with potential safety risks. 43
shipmonk-rnd/composer-dependency-analyser Detects and reports on unused, shadow, and misplaced dependencies in PHP projects using Composer. 426
tweag/fawltydeps A tool that identifies unused or missing dependencies in Python projects. 201
checkmarx/chainjacking A tool to identify susceptible dependencies in Go projects 57
saecki/crates.nvim A plugin for managing dependencies from the Rust package repository. 870
tjx666/unplugin-detect-duplicated-deps Detects and reports duplicate dependencies in packaged projects during the build process 76
composer-unused/composer-unused A tool to scan your PHP code and identify unused Composer dependencies. 1,529
flycheck/flycheck-rust Automates code checking for Rust/Cargo projects using Flycheck 121