biscotti 0.4.3

HTTP cookie management for Rust servers.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "biscotti"
version = "0.4.3"
authors = ["Luca Palmieri <rust@lpalmieri.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
HTTP cookie management for Rust servers.
"""
readme = "README.md"
keywords = [
    "cookies",
    "http",
    "web",
    "cookie",
]
categories = ["web-programming::http-server"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LukeMathWalker/biscotti"

[features]
default = ["serde"]
serde = ["dep:serde"]

[lib]
name = "biscotti"
path = "src/lib.rs"

[dependencies.aes-gcm-siv]
version = "0.11.1"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22.1"

[dependencies.hkdf]
version = "0.12"

[dependencies.hmac]
version = "0.12.1"

[dependencies.jiff]
version = "0.2.4"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.rand]
version = "0.9"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2.6.1"

[dev-dependencies.googletest]
version = "0.11.0"

[dev-dependencies.serde_json]
version = "1"