tree: 03a0a3f229fe3a773f7037f8ba438f8077a79033 [path history] [tgz]
  1. patches/
  2. src/
  3. tests/
  4. .android-checksum.json
  5. .cargo-checksum.json
  6. Android.bp
  7. Cargo.toml
  8. cargo_embargo.json
  9. CHANGELOG.md
  10. clippy.toml
  11. LICENSE-MIT
  12. METADATA
  13. MODULE_LICENSE_MIT
  14. 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