cargo-udeps
Dependency checker
Detects unused dependencies in Rust projects during compilation.
Find unused dependencies in Cargo.toml
2k stars
9 watching
46 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
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,415 |
deps-rs/deps.rs | Provides a service to analyze and display the status of dependencies in Rust projects. | 440 |
bunogi/cargo-makedocs | Automates documentation building for Rust projects by parsing Cargo.toml and generating documentation for direct dependencies. | 14 |
obi1kenobi/cargo-semver-checks | Tool to check Rust crate API changes for semver violations during releases | 1,228 |
lukemathwalker/cargo-chef | A tool that speeds up Rust Docker builds by caching dependencies and re-hydrating project skeletons. | 1,867 |
sourcefrog/cargo-mutants | Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. | 626 |
fpgmaas/deptry | A tool to detect and report unused, missing, and transitive dependencies in Python projects. | 932 |
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. | 464 |
tweag/fawltydeps | A tool that identifies unused or missing dependencies in Python projects. | 205 |
checkmarx/chainjacking | A tool to identify susceptible dependencies in Go projects | 56 |
saecki/crates.nvim | A plugin for managing dependencies from the Rust package repository. | 885 |
tjx666/unplugin-detect-duplicated-deps | Detects and reports duplicate dependencies in packaged projects during the build process | 78 |
composer-unused/composer-unused | A tool to scan your PHP code and identify unused Composer dependencies. | 1,540 |
flycheck/flycheck-rust | Automates code checking for Rust/Cargo projects using Flycheck | 120 |