rust-cargo-machete 0.9.2-1
Package Information
| Description | tool 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 |
|---|---|
| Maintainer | Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
| Changed By | 何庆 Ching He <heqing@rool.me> |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/cargo-machete] (browse) |
| Closes | #1140122 |
| Tracker | https://tracker.debian.org/pkg/rust-cargo-machete |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Changed-By | 何庆 Ching He |
|---|---|
| Architecture | amd64 source |
| Distribution | unstable |
| Date | Sat, 27 Jun 2026 21:00:36 +0000 |
| Source | rust-cargo-machete |
| Version | 0.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-List | cargo-machete deb utils optional arch=any |
|---|---|
| Section | utils |
| Priority | optional |
| Component | main |
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.