[dependencies.aes-gcm]
features = ["aes"]
version = "0.10.1"
[dependencies.rand]
default-features = false
optional = true
version = "0.8.5"
[dev-dependencies.base64]
version = "0.21.0"
[dev-dependencies.oorandom]
version = "11.1.3"
[dev-dependencies.rand]
features = ["std", "std_rng"]
version = "0.8.5"
[features]
default = ["std", "rand"]
rand = ["rand/std", "rand/std_rng"]
std = []
[lib]
name = "simple_cookie"
path = "src/lib.rs"
[package]
authors = ["Jayshua Nelson <me@jayshuanelson.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Functions for creating and parsing signed & encrypted cookies."
edition = "2021"
license = "MIT"
name = "simple-cookie"
readme = "README.md"
repository = "https://github.com/Jayshua/simple-cookie"
version = "2.0.1"