Print package and dependency metadata as JSON.

Section: Manifest and metadata checks

Inspect resolved metadata

bash
bash
cargo metadata --format-version 1
Explanation

Useful when diagnosing workspace membership, package names, targets, and dependency resolution.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Manifest and metadata checks
Locate the workspace root
Show the workspace root manifest path.
OpenIn sheetbashsame section
Build one workspace member
Select a specific package inside a workspace.
OpenIn sheetbashsame section
Run one package and one binary
Disambiguate package and binary target in a multi-package repo.
OpenIn sheetbashsame section
Clean one package target directory
Remove build artifacts for a package or target selection context.
OpenIn sheetbashsame section
Locate the active Cargo.toml
Show which manifest Cargo is using.
OpenIn sheetbashsame section
Define workspace members explicitly
Basic workspace root snippet.
OpenIn sheettoml2 tag match