mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2024-11-10 08:37:21 +01:00
27 lines
798 B
TOML
27 lines
798 B
TOML
[package]
|
|
name = "echoip-slatecave"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Slatian <baschdel@disroot.org>"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
axum = { version = "0.6", features = ["macros", "headers"] }
|
|
axum-client-ip = "0.4"
|
|
clap = { version = "4", features = ["derive"] }
|
|
governor = "0.5"
|
|
idna = "0.3"
|
|
lazy_static = "1.4.0"
|
|
parking_lot = "0.12"
|
|
regex = "1.7"
|
|
serde = { version = "1", features = ["derive"] }
|
|
tokio = { version = "1", features = ["macros","signal"] }
|
|
tera = "1"
|
|
toml = "0.7"
|
|
tower = "0.4"
|
|
tower-http = { version = "0.4", features = ["fs"] }
|
|
trust-dns-proto = "0.22"
|
|
trust-dns-resolver = { version = "0.22", features = ["dns-over-rustls","dns-over-https","dns-over-quic"] }
|
|
maxminddb = "0.23"
|