| Crates.io | cargo-msrv-cargo_metadata |
| lib.rs | cargo-msrv-cargo_metadata |
| version | 0.19.2-unofficial.2-cargo-msrv |
| created_at | 2025-01-24 13:56:31.693398+00 |
| updated_at | 2025-01-29 08:15:38.712914+00 |
| description | structured access to the output of `cargo metadata` |
| homepage | |
| repository | https://github.com/oli-obk/cargo_metadata |
| max_upload_size | |
| id | 1529451 |
| size | 114,192 |
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.