cargo_metadata

Crates.iocargo_metadata
lib.rscargo_metadata
version0.18.1
sourcesrc
created_at2017-01-24 10:16:04.030507
updated_at2023-10-13 11:26:46.939431
descriptionstructured access to the output of `cargo metadata`
homepage
repositoryhttps://github.com/oli-obk/cargo_metadata
max_upload_size
id8200
size99,913
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: 469

cargo fmt