DFSG NEW Queue

DFSG, Licensing & New Packages Team

rust-cargo-machete 0.9.2-1

Package Information

Descriptiontool to detect unused dependencies in Rust projects

cargo-machete is a fast and simple Cargo tool that detects unused dependencies in Rust projects. It analyzes the codebase to identify dependencies that are declared in Cargo.toml but not actually used in the source files.

While fast, its default method is relatively imprecise. To improve accuracy or handle complex setups, it supports ignoring specific crates, managing renamed dependencies via package metadata, or integrating with cargo metadata using the --with-metadata flag.

The tool is well-suited for integration into CI/CD pipelines, pre-commit hooks, or containerized workflows, returning distinct exit codes based on whether unused dependencies were discovered.This package contains the following binaries built from the Rust crate "cargo-machete": - cargo-machete

MaintainerDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Changed By何庆 Ching He <heqing@rool.me>
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/rust-team/debcargo-conf.git [src/cargo-machete] (browse)
Closes#1140122
Trackerhttps://tracker.debian.org/pkg/rust-cargo-machete
Uploaded4 hours ago

New Package Report

.changes
Changed-By何庆 Ching He
Architectureamd64 source
Distributionunstable
DateSat, 27 Jun 2026 21:00:36 +0000
Sourcerust-cargo-machete
Version0.9.2-1
Changelog
rust-cargo-machete (0.9.2-1) unstable; urgency=medium
 .
   * Package cargo-machete 0.9.2 from crates.io using debcargo 2.8.3
   * Initial release. (Closes: #1140122)
.dsc
Package-Listcargo-machete deb utils optional arch=any
Sectionutils
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cargo-machete
Upstream-Contact: Benjamin Bouvier <benjamin@bouvier.cc>
Source: https://github.com/bnjbvr/cargo-machete

Files: *
Copyright: 2021-2026 Benjamin Bouvier <benjamin@bouvier.cc>
License: MIT

Files: debian/*
Copyright:
 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2026 何庆 Ching He <heqing@rool.me>
License: MIT

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Back to Dashboard | View all reviews for this package