cargo_metadata 0.5.3

structured access to the output of `cargo metadata`
Documentation
language: rust

matrix:
  include:
    - rust: "nightly"
    - rust: "beta"
    - rust: "stable"

script:
  - cargo build --verbose
  - cargo test --verbose