alt_cargo_metadata 0.9.1

alt_cargo_metadata is a copy of cargo_metadata, which uses alt_serde instead of serde. this exists to work around cargo feature unification issue 4866, see also https://github.com/oli-obk/cargo_metadata/issues/98
Documentation
language: rust

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

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