blindforge/Cargo.toml

33 lines
732 B
TOML

[package]
name = "blindforge"
version = "0.1.0"
edition = "2024"
[dependencies]
# CLI options
argp = "0.4.0"
# Templates
askama = "0.12.1"
base64-turbo = "0.1.3"
# TOML parser
boml = "1.0.2"
#flate2 = "1.1.8"
# request parsing
form_urlencoded = "1.2.2"
# Code highlight
giallo = { version = "0.3.1", features = ["dump"] }
log = "0.4.29"
rand = "0.9.2"
serde = { version = "1.0.228", features = ["derive"] }
sha2 = "0.10.9"
simplelog = "0.12.2"
#tar = "0.4.44"
# Web server
trillium = "0.2.20"
trillium-askama = "0.3.2"
trillium-caching-headers = "0.2.3"
trillium-client = { version = "0.6.2", features = ["json"] }
trillium-native-tls = "0.4.0"
trillium-router = "0.4.1"
trillium-smol = "0.4.2"
#trillium-static-compiled = "0.5.2"