cookie 0.14.1

HTTP cookie parsing and cookie jar management. Supports signed and private (encrypted, authenticated) jars.
Documentation
[dependencies.aes-gcm]
optional = true
version = "0.5.0"

[dependencies.base64]
optional = true
version = "0.12.1"

[dependencies.hkdf]
optional = true
version = "0.8.0"

[dependencies.hmac]
optional = true
version = "0.7.1"

[dependencies.percent-encoding]
optional = true
version = "2.0"

[dependencies.rand]
optional = true
version = "0.7.3"

[dependencies.sha2]
optional = true
version = "0.8.2"

[dependencies.time]
default-features = false
features = ["std"]
version = "0.2.11"

[features]
key-expansion = ["sha2", "hkdf"]
percent-encode = ["percent-encoding"]
private = ["aes-gcm", "base64", "rand"]
secure = ["private", "signed", "key-expansion"]
signed = ["hmac", "sha2", "base64", "rand"]

[package]
authors = ["Sergio Benitez <sb@sergio.bz>", "Alex Crichton <alex@alexcrichton.com>"]
description = "HTTP cookie parsing and cookie jar management. Supports signed and private\n(encrypted, authenticated) jars.\n"
documentation = "https://docs.rs/cookie"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "cookie"
readme = "README.md"
repository = "https://github.com/SergioBenitez/cookie-rs"
version = "0.14.1"
[package.metadata.docs.rs]
all-features = true