echoip-slatecave/Cargo.toml

32 lines
1016 B
TOML
Raw Normal View History

2023-02-11 21:46:55 +01:00
[package]
name = "echoip-slatecave"
2023-12-10 18:35:16 +01:00
version = "1.2.4"
2023-02-11 21:46:55 +01:00
edition = "2021"
2023-02-18 22:16:09 +01:00
authors = ["Slatian <baschdel@disroot.org>"]
2023-02-11 21:46:55 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-12-09 23:21:19 +01:00
lib-humus = { version="0.2", features=["axum-view+cookie"], git="https://codeberg.org/slatian/lib-humus.git" }
2023-10-30 01:22:27 +01:00
2023-12-09 23:21:19 +01:00
axum = { version = "0.7", features = ["macros"] }
axum-extra = { version = "0.9", features = ["cookie", "typed-header"] }
axum-client-ip = "0.5"
clap = { version = "4.4", features = ["derive"] }
2023-12-09 12:01:00 +01:00
governor = "0.6"
idna = "0.4"
2023-02-22 23:07:43 +01:00
lazy_static = "1.4.0"
2023-03-26 14:27:16 +02:00
parking_lot = "0.12"
2023-12-09 12:01:00 +01:00
regex = "1.10"
2023-10-08 09:12:06 +02:00
serde = { version = "1", features = ["derive","rc"] }
2023-07-19 22:39:13 +02:00
tokio = { version = "1", features = ["macros","signal"] }
2023-02-11 21:46:55 +01:00
tera = "1"
2023-12-09 12:01:00 +01:00
toml = "0.8"
tower = "0.4"
2023-12-09 23:21:19 +01:00
tower-http = { version = "0.5", features = ["fs"] }
hickory-proto = "0.24"
hickory-resolver = { version = "0.24", features = ["dns-over-rustls","dns-over-https","dns-over-quic","native-certs"] }
maxminddb = "0.23"
2023-10-29 16:51:43 +01:00
mime = "0.3"
2023-12-09 23:21:19 +01:00
http = "1.0"