cookie2 0.12.0

Crate for parsing HTTP cookie headers and managing a cookie jar. Supports signed and private (encrypted + signed) jars.
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 = "cookie2"
version = "0.12.0"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Sergio Benitez <sb@sergio.bz>", "Douman <douman@gmx.se>"]
description = "Crate for parsing HTTP cookie headers and managing a cookie jar. Supports signed\nand private (encrypted + signed) jars.\n"
documentation = "https://docs.rs/cookie2"
license = "MIT/Apache-2.0"
repository = "https://github.com/DoumanAsh/cookie-rs"
[package.metadata.docs.rs]
all-features = true
[dependencies.base64]
version = "0.10.0"
optional = true

[dependencies.ring]
version = "0.14.0"
optional = true

[dependencies.time]
version = "0.1"

[dependencies.url]
version = "1.0"
optional = true

[features]
percent-encode = ["url"]
secure = ["ring", "base64"]