logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cargo-debstatus - cargo-tree for debian packaging

Author

       Matthias Geiger <matthias.geiger1024@tutanota.de>
              Wrote this manpage for the Debian system.

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.

Name

       cargo-debstatus - cargo-tree for debian packaging

Options

-p, --package <SPEC>
              Package to be used as the root of the tree

       --features <FEATURES>
              Space-separated list of features to activate

       --all-features
              Activate all available features

       --no-default-features
              Do not activate the default feature

       --target <TARGET>
              Set the target triple

       --all-targets
              Return dependencies for all targets.  By default only the host target is matched

       --no-dev-dependencies
              Skip dev dependencies

       --manifest-path <PATH>
              Path to Cargo.toml

       -i, --invert
              Invert the tree direction

       --no-indent
              Display the dependencies as a list (rather than a tree)

       --prefix-depth
              Display the dependencies as a list (rather than a tree), but prefixed with the depth

       -a, --all
              Don’t truncate dependencies that have already been displayed

       -d, --duplicate
              Show only dependencies which come in multiple versions (implies -i)

       --charset <CHARSET>
              Character set to use in output: utf8, ascii [default: utf8]

       -f, --format <FORMAT>
              Format string used for printing dependencies [default: {p}]

       -v, --verbose
              Use verbose output (-vv very verbose/build.rs output)

       -q, --quiet
              No output printed to stdout other than the tree

       --color <WHEN>
              Coloring: auto, always, never

       --frozen
              Require Cargo.lock and cache are up to date

       --locked
              Require Cargo.lock is up to date

       --offline
              Do not access the network

       -Z <FLAG>
              Unstable (nightly-only) flags to Cargo

       -h, --help
              Prints help information

       -V, --version
              Prints version information

Synopsys

cargo-debstatusOPTIONScargo-debstatus–all-featurescargo-debstatus-h

See Also