cargo-debstatus

Crates.iocargo-debstatus
lib.rscargo-debstatus
version0.6.1
sourcesrc
created_at2018-08-19 02:54:42.668243
updated_at2024-11-05 16:22:05.601292
descriptioncargo-tree for debian packaging
homepage
repositoryhttps://github.com/kpcyrd/cargo-debstatus
max_upload_size
id80178
size1,002,495
Alexander Kjäll (alexanderkjall)

documentation

README

cargo-debstatus

cargo-tree for debian packaging. Traverse all dependencies of a project, checks if the dependency is already in debian, in the debian NEW queue or if it needs to be updated.

The codebase is a modified version of sfackler/cargo-tree.

How to run

$ cargo install cargo-debstatus
$ cargo debstatus

screenshot

Known Bugs

  • Some indirect optional dependencies are ignored

License

This codebase is licensed:

(MIT OR Apache-2.0) AND GPL-3.0-or-later

due to it's use of cargo-tree code. The cargo-debstatus code is licensed GPL-3.0-or-later. Terms of the GPL apply.

Commit count: 79

cargo fmt