.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "cargo-debstatus" "1" "\[lq]February 02nd 2023\[rq]" "" "User Commands" .hy .SH NAME .PP cargo-debstatus - cargo-tree for debian packaging .SH SYNOPSYS .PP \f[B]cargo-debstatus\f[R] \f[B]OPTIONS\f[R] .PP \f[B]cargo-debstatus \[en]all-features\f[R] .PP \f[B]cargo-debstatus -h\f[R] .SH DESCRIPTION .PP This manual page documents briefly the \f[B]cargo-debstatus\f[R] command. .PP This manual page was written for the Debian distribution because the original program does not have a manual page. .PP \f[B]cargo-debstatus\f[R] 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. .SH OPTIONS .TP \f[B]-p\f[R], \f[B]--package\f[R] Package to be used as the root of the tree .TP \f[B]--features\f[R] Space-separated list of features to activate .TP \f[B]--all-features\f[R] Activate all available features .TP \f[B]--no-default-features\f[R] Do not activate the \f[V]default\f[R] feature .TP \f[B]--target\f[R] Set the target triple .TP \f[B]--all-targets\f[R] Return dependencies for all targets. By default only the host target is matched .TP \f[B]--no-dev-dependencies\f[R] Skip dev dependencies .TP \f[B]--manifest-path\f[R] Path to Cargo.toml .TP \f[B]-i\f[R], \f[B]--invert\f[R] Invert the tree direction .TP \f[B]--no-indent\f[R] Display the dependencies as a list (rather than a tree) .TP \f[B]--prefix-depth\f[R] Display the dependencies as a list (rather than a tree), but prefixed with the depth .TP \f[B]-a\f[R], \f[B]--all\f[R] Don\[cq]t truncate dependencies that have already been displayed .TP \f[B]-d\f[R], \f[B]--duplicate\f[R] Show only dependencies which come in multiple versions (implies -i) .TP \f[B]--charset\f[R] Character set to use in output: utf8, ascii [default: utf8] .TP \f[B]-f\f[R], \f[B]--format\f[R] Format string used for printing dependencies [default: {p}] .TP \f[B]-v\f[R], \f[B]--verbose\f[R] Use verbose output (-vv very verbose/build.rs output) .TP \f[B]-q\f[R], \f[B]--quiet\f[R] No output printed to stdout other than the tree .TP \f[B]--color\f[R] Coloring: auto, always, never .TP \f[B]--frozen\f[R] Require Cargo.lock and cache are up to date .TP \f[B]--locked\f[R] Require Cargo.lock is up to date .TP \f[B]--offline\f[R] Do not access the network .TP \f[B]-Z\f[R] Unstable (nightly-only) flags to Cargo .TP \f[B]-h\f[R], \f[B]--help\f[R] Prints help information .TP \f[B]-V\f[R], \f[B]--version\f[R] Prints version information .SH AUTHOR .TP Matthias Geiger Wrote this manpage for the Debian system. .SH COPYRIGHT .PP Copyright \[co] 2023 Matthias Geiger .PP This manual page was written for the Debian system (and may be used by others). .PP 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.