cookie2 0.12.0

Crate for parsing HTTP cookie headers and managing a cookie jar. Supports signed and private (encrypted + signed) jars.
Documentation
# cookie2

[![Build Status](https://travis-ci.org/DoumanAsh/cookie-rs.svg?branch=master)](https://travis-ci.org/DoumanAsh/cookie-rs)
[![Current Crates.io Version](https://img.shields.io/crates/v/cookie2.svg)](https://crates.io/crates/cookie2)

A fork of [cookie](https://github.com/alexcrichton/cookie-rs) with just updated dependencies.