[dependencies.aes-gcm]
optional = true
version = "0.8.0"
[dependencies.base64]
optional = true
version = "0.13.0"
[dependencies.hkdf]
optional = true
version = "0.10.0"
[dependencies.hmac]
optional = true
version = "0.10.1"
[dependencies.percent-encoding]
optional = true
version = "2.0"
[dependencies.rand]
optional = true
version = "0.8.3"
[dependencies.sha2]
optional = true
version = "0.9.3"
[dependencies.time]
version = "0.1"
[features]
key-expansion = ["sha2", "hkdf"]
percent-encode = ["percent-encoding"]
private = ["aes-gcm", "base64", "rand", "key-expansion"]
secure = ["private", "signed"]
signed = ["hmac", "sha2", "base64", "rand", "key-expansion"]
[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/Apache-2.0"
name = "cookie"
readme = "README.md"
repository = "https://github.com/SergioBenitez/cookie-rs"
version = "0.11.5"
[package.metadata.docs.rs]
all-features = true