cargo metadata
all
Output the workspace members and resolved dependencies of current package as JSON. Note: The output format is subject to change in future versions of Cargo.
More info →Examples (4)
Print the workspace members and resolved dependencies of the current package
Print only the workspace members and do not fetch dependencies
cargo metadata --no-depsPrint metadata in a specific format based on the specified version
cargo metadata --format-version versionPrint metadata with the `resolve` field including dependencies only for the given target triple (Note: The `packages` array will still include the dependencies for all targets)
cargo metadata --filter-platform target_triplemade by @shridhargupta | data from tldr-pages