Crates.io | cargo_metadata |
lib.rs | cargo_metadata |
version | 0.22.0 |
created_at | 2017-01-24 10:16:04.030507+00 |
updated_at | 2025-08-18 09:16:20.139363+00 |
description | structured access to the output of `cargo metadata` |
homepage | |
repository | https://github.com/oli-obk/cargo_metadata |
max_upload_size | |
id | 8200 |
size | 135,503 |
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
.