cookie_store 0.15.1

Implementation of Cookie storage and retrieval
Documentation
[dependencies.cookie]
features = ["percent-encode"]
version = "0.15.0"

[dependencies.idna]
version = "0.2.3"

[dependencies.indexmap]
optional = true
version = "1.6.2"

[dependencies.log]
version = "0.4.14"

[dependencies.publicsuffix]
version = "2.1.0"

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

[dependencies.serde_json]
version = "1.0.64"

[dependencies.time]
version = "0.2.26"

[dependencies.url]
version = "2.2.2"

[features]
default = []
preserve_order = ["indexmap"]

[package]
authors = ["Patrick Fernie <patrick.fernie@gmail.com>"]
categories = ["web-programming::http-client", "web-programming"]
description = "Implementation of Cookie storage and retrieval"
documentation = "https://docs.rs/cookie_store"
edition = "2018"
keywords = ["cookie", "jar", "store", "http"]
license = "MIT/Apache-2.0"
name = "cookie_store"
readme = "README.md"
repository = "https://github.com/pfernie/cookie_store"
version = "0.15.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]