cargo_metadata

Crates.iocargo_metadata
lib.rscargo_metadata
version0.22.0
created_at2017-01-24 10:16:04.030507+00
updated_at2025-08-18 09:16:20.139363+00
descriptionstructured access to the output of `cargo metadata`
homepage
repositoryhttps://github.com/oli-obk/cargo_metadata
max_upload_size
id8200
size135,503
Oli Scherer (oli-obk)

documentation

README

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

Commit count: 544

cargo fmt