tree: 764460fd7c168bcd8fd07ed0f57cbaac84827f64 [path history] [tgz]
  1. .github/
  2. patches/
  3. src/
  4. tests/
  5. .android-checksum.json
  6. .cargo-checksum.json
  7. .cargo_vcs_info.json
  8. Android.bp
  9. Cargo.lock
  10. Cargo.toml
  11. Cargo.toml.orig
  12. cargo_embargo.json
  13. CHANGELOG.md
  14. clippy.toml
  15. LICENSE-MIT
  16. METADATA
  17. MODULE_LICENSE_MIT
  18. README.md
crates/cargo_metadata/README.md

cargo_metadata

Structured access to the output of cargo metadata. Usually used from within a cargo-* executable.

Also supports serialization to aid in implementing --message-format=json-like output generation in cargo-* subcommands, since some of the types in what cargo --message-format=json emits are exactly the same as the ones from cargo metadata.

Build Status crates.io

Documentation