charon/Cargo.toml

23 lines
550 B
TOML

[package]
name = "charon"
version = "0.1.0"
edition = "2021"
[dependencies]
askama = "0.12.1"
bcrypt = "0.15.1"
biscotti = { version = "0.3.4", default-features = false }
bytes = "1.7.2"
frand = "0.10.1"
handlebars = "6.2.0"
http-body-util = "0.1.2"
hyper = { version = "1.5.0", features = ["full"] }
hyper-util = { version = "0.1.9", features = ["full"] }
log = "0.4.22"
pretty_env_logger = "0.5.0"
rand = "0.8.5"
sha256 = "1.5.0"
sha3 = "0.10.8"
tokio = { version = "1.40.0", features = ["full"] }
uuid = { version = "1.11.0", features = ["v4"] }