mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
23 lines
941 B
Plaintext
23 lines
941 B
Plaintext
Print a fully qualified package specification
|
|
|
|
Usage: cargo[EXE] pkgid [OPTIONS] [spec]
|
|
|
|
Arguments:
|
|
[spec]
|
|
|
|
Options:
|
|
-q, --quiet Do not print cargo log messages
|
|
-p, --package [<SPEC>] Argument to get the package ID specifier for
|
|
--manifest-path <PATH> Path to Cargo.toml
|
|
-h, --help Print help
|
|
-v, --verbose... Use verbose output (-vv very verbose/build.rs output)
|
|
--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 Run without accessing the network
|
|
--config <KEY=VALUE> Override a configuration value
|
|
-Z <FLAG> Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for
|
|
details
|
|
|
|
Run `cargo help pkgid` for more detailed information.
|