mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-10-30 08:28:05 +01:00
34 lines
1.1 KiB
TOML
34 lines
1.1 KiB
TOML
[package]
|
|
name = "echoip-slatecave"
|
|
version = "1.7.1"
|
|
edition = "2021"
|
|
authors = ["Slatian <baschdel@disroot.org>"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
lib-humus = { version="0.4", features=["axum-view+cookie"] }
|
|
lib-humus-configuration = { version = "0.1.0", featres=["toml"] }
|
|
|
|
axum-client-ip = { version = "1.1.3", features = ["serde", "forwarded-header"] }
|
|
axum-extra = { version = "0.10", features = ["cookie", "typed-header"] }
|
|
axum = { version = "0.8", features = ["macros"] }
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
env_logger = "0.11"
|
|
governor = "0.10"
|
|
hickory-proto = "0.25"
|
|
hickory-resolver = { version = "0.25", features = ["tls-ring","https-ring","quic-ring","rustls-platform-verifier","system-config"] }
|
|
http = "1.3"
|
|
idna = "1.0"
|
|
log = "0.4"
|
|
maxminddb = "0.26"
|
|
mime = "0.3"
|
|
parking_lot = "0.12"
|
|
regex = "1.11"
|
|
serde = { version = "1", features = ["derive","rc"] }
|
|
tera = "1"
|
|
tokio = { version = "1", features = ["macros","signal"] }
|
|
toml = "0.9"
|
|
tower = "0.5"
|
|
tower-http = { version = "0.6", features = ["fs"] }
|