cargo-msrv-cargo_metadata

Crates.iocargo-msrv-cargo_metadata
lib.rscargo-msrv-cargo_metadata
version0.19.2-unofficial.2-cargo-msrv
created_at2025-01-24 13:56:31.693398+00
updated_at2025-01-29 08:15:38.712914+00
descriptionstructured access to the output of `cargo metadata`
homepage
repositoryhttps://github.com/oli-obk/cargo_metadata
max_upload_size
id1529451
size114,192
Martijn Gribnau (foresterre)

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