Crates.io | cargo_metadata |
lib.rs | cargo_metadata |
version | 0.18.1 |
source | src |
created_at | 2017-01-24 10:16:04.030507 |
updated_at | 2023-10-13 11:26:46.939431 |
description | structured access to the output of `cargo metadata` |
homepage | |
repository | https://github.com/oli-obk/cargo_metadata |
max_upload_size | |
id | 8200 |
size | 99,913 |
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
.