crates-index 0.11.0

Library for retrieving and interacting with the crates.io index
Documentation
dist: trusty
sudo: false

language: rust

rust:
  - stable
  - beta
  - nightly

allow_failures: nightly

script:
  - cargo build --verbose
  - cargo test --verbose -- --test-threads 1