MAN page from openSUSE Leap 15 cargo-1.32.0-lp150.188.1.x86_64.rpm
CARGO\-METADATA
Section: Cargo Manual (1)
Updated: May 2016
Index NAME
cargo-metadata - Machine-readable metadata about the current package
SYNOPSIS
I]cargo metadata] [OPTIONS]
DESCRIPTION
Output the resolved dependencies of a package, the concrete used versionsincluding overrides, in machine-readable format.
OPTIONS
- -h, --help
- Print this message.
- --features I]FEATURES]
- Space-separated list of features.
- --all-features
- Build all available features.
- --no-default-features
- Do not include the C]default] feature.
- --no-deps
- Output information only about the root package and don[aq]t fetchdependencies.
- --manifest-path I]PATH]
- Path to the manifest.
- --format-version I]VERSION]
- Format version [default: 1]. Valid values: 1.
- -v, --verbose
- Use verbose output.
- -q, --quiet
- No output printed to stdout.
- --color I]WHEN]
- Coloring: auto, always, never.
SEE ALSO
cargo(1)
COPYRIGHT
This work is dual-licensed under Apache 2.0 and MIT terms.See I]COPYRIGHT] file in the cargo source distribution.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- SEE ALSO
- COPYRIGHT
This document was created byman2html,using the manual pages.