# 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 = "2021" name = "biscotti" version = "0.3.4" authors = ["Luca Palmieri "] 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" [dependencies.aes-gcm-siv] version = "0.11.1" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.22.0" [dependencies.hkdf] version = "0.12" [dependencies.hmac] version = "0.12.1" [dependencies.percent-encoding] version = "2.0" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.sha2] version = "0.10" [dependencies.subtle] version = "2.5.0" [dependencies.time] version = "0.3" features = [ "std", "formatting", "macros", ] default-features = false [dev-dependencies.googletest] version = "0.11.0" [features] default = ["serde"] serde = ["dep:serde"]