summaryrefslogtreecommitdiffstats
path: root/vendor/cargo_metadata-0.14.0/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/cargo_metadata-0.14.0/README.md')
-rw-r--r--vendor/cargo_metadata-0.14.0/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/cargo_metadata-0.14.0/README.md b/vendor/cargo_metadata-0.14.0/README.md
new file mode 100644
index 000000000..03743f31b
--- /dev/null
+++ b/vendor/cargo_metadata-0.14.0/README.md
@@ -0,0 +1,12 @@
+# 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](https://api.travis-ci.org/oli-obk/cargo_metadata.svg?branch=master)](https://travis-ci.org/oli-obk/cargo_metadata)
+[![crates.io](https://img.shields.io/crates/v/cargo_metadata.svg)](https://crates.io/crates/cargo_metadata)
+
+[Documentation](https://docs.rs/cargo_metadata/)