alt_cargo_metadata

Crates.ioalt_cargo_metadata
lib.rsalt_cargo_metadata
version0.9.1
sourcesrc
created_at2020-01-08 19:18:54.029929
updated_at2020-01-08 19:18:54.029929
descriptionalt_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
repositoryhttps://github.com/oli-obk/cargo_metadata
max_upload_size
id196653
size57,417
Jimmy Chu (jimmychu0807)

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 - contains examples of use with std::env::args, docopt, clap, and structopt.

Commit count: 469

cargo fmt