cargo metadata
Output the resolved dependencies of a package, the concrete used versions including overrides, in machine-readable format
Options
Name | Description |
---|---|
--features <features...> |
|
--filter-platform <filter-platform> |
|
--manifest-path <manifest-path> | Path to Cargo.toml |
--format-version <format-version> | Format version |
--color <color> | Coloring: auto, always, never |
--config <config> |
|
-Z <unstable-features> |
|
-q, --quiet | Do not print cargo log messages |
--all-features | Activate all available features |
--no-default-features | Do not activate the `default` feature |
--no-deps | Output information only about the workspace members and don't fetch dependencies |
-h, --help | Print help information |
-v, --verbose |
|
--frozen | Require Cargo.lock and cache are up to date |
--locked | Require Cargo.lock is up to date |
--offline | Run without accessing the network |