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