tree: 3bdf2fb40fe7020e67faeed74b3ab5ebe4bbd675 [path history] [tgz]
  1. .github/
  2. src/
  3. tests/
  4. .cargo-checksum.json
  5. .cargo_vcs_info.json
  6. BUILD.bazel
  7. Cargo.toml
  8. Cargo.toml.orig
  9. CHANGELOG.md
  10. clippy.toml
  11. LICENSE-MIT
  12. README.md
third_party/rust_crates/vendor/cargo_metadata-0.18.1/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