cookie_store 0.9.0

Implementation of Cookie storage and retrieval per [RFC6265](http://tools.ietf.org/html/rfc6265)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "cookie_store"
version = "0.9.0"
authors = ["patrick.fernie@gmail.com"]
description = "Implementation of Cookie storage and retrieval per [RFC6265](http://tools.ietf.org/html/rfc6265)"
documentation = "https://docs.rs/cookie_store"
license = "MIT/Apache-2.0"
repository = "https://github.com/pfernie/cookie_store"
[dependencies.cookie]
version = "0.12.0"
features = ["percent-encode"]

[dependencies.idna]
version = "0.2.0"

[dependencies.log]
version = "0.4.8"

[dependencies.publicsuffix]
version = "1.5.3"
default-features = false

[dependencies.serde]
version = "1.0.99"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.40"

[dependencies.time]
version = "0.1.42"

[dependencies.url]
version = "2.1.0"
[dev-dependencies.env_logger]
version = "0.6.2"

[dev-dependencies.pretty_assertions]
version = "0.6.1"