Crates.io | alt_cargo_metadata |
lib.rs | alt_cargo_metadata |
version | 0.9.1 |
source | src |
created_at | 2020-01-08 19:18:54.029929 |
updated_at | 2020-01-08 19:18:54.029929 |
description | alt_cargo_metadata is a copy of cargo_metadata, which uses alt_serde instead of serde. this exists to work around cargo feature unification issue 4866, see also https://github.com/oli-obk/cargo_metadata/issues/98 |
homepage | |
repository | https://github.com/oli-obk/cargo_metadata |
max_upload_size | |
id | 196653 |
size | 57,417 |
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
.
Documentation - contains examples of use with std::env::args
, docopt
, clap
, and structopt
.