cargo-udeps

Find unused dependencies in Cargo.toml

  • 所有者: est31/cargo-udeps
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者est31/cargo-udeps
主编程语言Rust
编程语言Rust (语言数: 1)
平台
许可证Other
所有者活动
创建于2019-08-26 20:10:57
推送于2025-04-07 16:22:24
最后一次提交2025-04-07 12:22:24
发布数54
最新版本名称v0.1.55 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数1.9k
关注者数8
派生数47
提交数554
已启用问题?
问题数115
打开的问题数32
拉请求数124
打开的拉请求数4
关闭的拉请求数53
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?