cookie 0.16.2

HTTP cookie parsing and cookie jar management. Supports signed and private (encrypted, authenticated) jars.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
matrix:
  include:
    - rust: stable
    - rust: beta
    - rust: nightly

script:
  - ./scripts/test.sh

notifications:
  email:
    on_success: never