cookie_store 0.9.0

Implementation of Cookie storage and retrieval per [RFC6265](http://tools.ietf.org/html/rfc6265)
Documentation
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly

sudo: false

script:
  - cargo build --verbose
  - cargo test --verbose

notifications:
  email:
    on_success: never