]> git.proxmox.com Git - rustc.git/blame - vendor/cargo_metadata-0.12.0/README.md
New upstream version 1.59.0+dfsg1
[rustc.git] / vendor / cargo_metadata-0.12.0 / README.md
CommitLineData
f20569fa
XL
1# cargo_metadata
2
3Structured access to the output of `cargo metadata`. Usually used from within a `cargo-*` executable.
4
5Also supports serialization to aid in implementing `--message-format=json`-like
6output generation in `cargo-*` subcommands, since some of the types in what
7`cargo --message-format=json` emits are exactly the same as the ones from `cargo metadata`.
8
9[![Build Status](https://api.travis-ci.org/oli-obk/cargo_metadata.svg?branch=master)](https://travis-ci.org/oli-obk/cargo_metadata)
10[![crates.io](https://img.shields.io/crates/v/cargo_metadata.svg)](https://crates.io/crates/cargo_metadata)
11
12[Documentation](https://docs.rs/cargo_metadata/) - contains examples of use with `std::env::args`, `docopt`, `clap`, and `structopt`.