cargo_metadata 0.7.2

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

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

script:
  - cargo build --verbose
  - cargo build --verbose --no-default-features
  - cargo test --verbose
  - cargo test --verbose --no-default-features