cargo_metadata 0.6.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 build --verbose --no-default-features
  - cargo test --verbose
  - cargo test --verbose --no-default-features