echoip-slatecave/Cargo.toml

31 lines
944 B
TOML
Raw Permalink 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]
2024-02-11 14:15:13 +01:00
lib-humus = { version="0.2", features=["axum-view+cookie"] }
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"] }
2024-04-21 00:38:30 +02:00
axum-client-ip = "0.6"
clap = { version = "4.5", features = ["derive"] }
2023-12-09 12:01:00 +01:00
governor = "0.6"
2024-08-06 18:40:49 +02:00
idna = "1.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"] }
2024-04-21 00:38:30 +02:00
maxminddb = "0.24"
2023-10-29 16:51:43 +01:00
mime = "0.3"
2024-04-21 00:38:30 +02:00
http = "1.1"