froxy/server/Cargo.toml

23 lines
726 B
TOML

[package]
name = "froxy-server"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
axum = { version = "0.8.8", features = ["macros"] }
axum-extra = { version = "0.12.5", features = ["routing"] }
tower-http = { version = "0.6.2", features = ["fs", "trace"] }
tracing-subscriber = { version = "0.3.19", features=["env-filter"] }
serde = { workspace = true }
smol_str = { workspace = true }
tokio = { workspace = true }
minijinja = { workspace = true }
tracing = {workspace = true }
log = {workspace = true }
froxy-templates = { workspace = true }
froxy-scraper = { workspace = true }
color-eyre = "0.6.5"
cached = { version = "0.56.0", features = ["async", "async_tokio_rt_multi_thread"] }
rustc-hash = "2.1.1"