blindforge/Cargo.toml

39 lines
864 B
TOML

[package]
name = "blindforge"
version = "0.1.0"
edition = "2024"
[dependencies]
# CLI options
argp = "0.4.1"
# Templates
askama = "0.16.0"
async-lock = "3.4.2"
base64-turbo = "0.2.0"
# TOML parser
boml = "2.0.0"
# Concurrent hash map for caching
dashmap = "6.2.1"
#flate2 = "1.1.8"
# request parsing
form_urlencoded = "1.2.2"
# Code highlight
giallo = { version = "0.5.0", features = ["dump"] }
# Markdown rendering
linemd = "0.5.0"
log = "0.4.33"
rand = "0.10.2"
serde = { version = "1.0.229", features = ["derive"] }
sha2 = "0.11.0"
simplelog = "0.12.2"
#tar = "0.4.44"
# Web server
trillium = "1.3.0"
trillium-askama = "0.5.0"
trillium-caching-headers = "0.4.2"
trillium-client = { version = "0.9.13", features = ["serde_json"] }
trillium-native-tls = "0.6.3"
trillium-router = "0.5.2"
trillium-smol = "0.7.0"
#trillium-static-compiled = "0.5.2"
url = "2.5.8"