cacache 1.0.1

Content-addressable, key-value, high-performance, on-disk cache.
Documentation
language: rust
rust:
    - stable
    - beta
before_script:
    - rustup component add clippy
script:
    - cargo clippy -- -D warnings
    - cargo test