Scroll to navigation

cargo-debstatus(1) User Commands cargo-debstatus(1)

NAME

cargo-debstatus - cargo-tree for debian packaging

SYNOPSYS

cargo-debstatus OPTIONS

cargo-debstatus –all-features

cargo-debstatus -h

DESCRIPTION

This manual page documents briefly the cargo-debstatus command.

This manual page was written for the Debian distribution because the original program does not have a manual page.

cargo-debstatus should be run in a rust project folder. It will then print a dependency graph showing dependencies already in debian and dependencies still missing for packaging. Dependencies already in the Debian archive will show up green; those not in Debian yet white. Packages currently in the NEW queue will show up in turquoise.

OPTIONS

Package to be used as the root of the tree
Space-separated list of features to activate
Activate all available features
Do not activate the default feature
Set the target triple
Return dependencies for all targets. By default only the host target is matched
Skip dev dependencies
Path to Cargo.toml
Invert the tree direction
Display the dependencies as a list (rather than a tree)
Display the dependencies as a list (rather than a tree), but prefixed with the depth
Don’t truncate dependencies that have already been displayed
Show only dependencies which come in multiple versions (implies -i)
Character set to use in output: utf8, ascii [default: utf8]
Format string used for printing dependencies [default: {p}]
Use verbose output (-vv very verbose/build.rs output)
No output printed to stdout other than the tree
Coloring: auto, always, never
Require Cargo.lock and cache are up to date
Require Cargo.lock is up to date
Do not access the network
Unstable (nightly-only) flags to Cargo
Prints help information
Prints version information

AUTHOR

Wrote this manpage for the Debian system.

COPYRIGHT

Copyright © 2023 Matthias Geiger

This manual page was written for the Debian system (and may be used by others).

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation.

“February 02nd 2023”