cargo-udeps

Find unused dependencies in Cargo.toml

  • Owner: est31/cargo-udeps
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

cargo-udeps

crates.io
dependency status

Find unused dependencies in Cargo.toml.

While compilation of this tool also works on Rust stable,
it needs Rust nightly to actually run.

Installation

GitHub Releases

https://github.com/est31/cargo-udeps/releases

cargo install (crates.io)

cargo install cargo-udeps --locked

cargo install (master)

cargo install --git https://github.com/est31/cargo-udeps --locked

Dedicated packages

Some GNU/Linux distros have packaged cargo-udeps:

  • Nix/Nix OS: cargo-udeps
  • Arch via AUR: yay -S cargo-udeps

Usage

cargo +nightly udeps

It either prints out a "unused crates" line listing the crates,
or it prints out a line saying that no crates were unused.

Ignoring some of the dependencies

To ignore some of the dependencies, add package.metadata.cargo-udeps.ignore to Cargo.toml.

[package.metadata.cargo-udeps.ignore]
normal = ["if_chain"]
#development = []
#build = []

[dependencies]
if_chain = "1.0.0" # Used only in doc-tests, which `cargo-udeps` cannot check.

Known bugs

  • Some unused crates might not be detected.
    This includes crates used by std and its dependencies as well as crates that
    are already being used by dependencies of the studied crate.

  • Crates are currently only handled on a per name basis.
    Two crates with the same name but different versions would be a problem.

Trophy case

This is a list of cases where unused dependencies were found using cargo-udeps.
You are welcome to expand it:

License

This tool is distributed under the terms of both the MIT license
and the Apache License (Version 2.0), at your option.

See LICENSE for details.

License of your contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for
inclusion in the work by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.

Main metrics

Overview
Name With Ownerest31/cargo-udeps
Primary LanguageRust
Program languageRust (Language Count: 1)
Platform
License:Other
所有者活动
Created At2019-08-26 20:10:57
Pushed At2025-04-07 16:22:24
Last Commit At2025-04-07 12:22:24
Release Count54
Last Release Namev0.1.55 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count1.9k
Watchers Count8
Fork Count47
Commits Count554
Has Issues Enabled
Issues Count115
Issue Open Count32
Pull Requests Count124
Pull Requests Open Count4
Pull Requests Close Count53
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private