cookie 0.1.15

Crate for parsing HTTP cookie headers and managing a cookie jar. Supports encrypted, signed, and permanent cookie chars composed together in amanner similar to Rails' cookie jar.
# cookie-rs

[![Build Status](https://travis-ci.org/alexcrichton/cookie-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/cookie-rs)

[Documentation](http://alexcrichton.com/cookie-rs/cookie/index.html)

A library for parsing HTTP cookies and managing cookie jars

```toml
# Cargo.toml
[dependencies.cookie]
git = "https://github.com/alexcrichton/cookie-rs"
```