-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcargo-debstatus.1
131 lines (131 loc) · 3.38 KB
/
cargo-debstatus.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
.\" 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] <SPEC>
Package to be used as the root of the tree
.TP
\f[B]--features\f[R] <FEATURES>
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] <TARGET>
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>
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] <CHARSET>
Character set to use in output: utf8, ascii [default: utf8]
.TP
\f[B]-f\f[R], \f[B]--format\f[R] <FORMAT>
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] <WHEN>
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] <FLAG>
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 <[email protected]>
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.