simple-cookie 1.0.0

Functions for creating and parsing signed & encrypted cookies.
Documentation
[dependencies.aes-gcm]
features = ["aes"]
version = "0.10.1"

[dependencies.base64]
features = []
version = "0.21.0"

[dependencies.rand]
features = ["std", "std_rng"]
version = "0.8.5"

[package]
authors = ["Jayshua Nelson <me@jayshuanelson.com>"]
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 = "1.0.0"