echoip-slatecave/Cargo.toml

23 lines
589 B
TOML
Raw Normal View History

2023-02-11 21:46:55 +01:00
[package]
name = "rust-web-thingy"
version = "0.1.0"
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]
axum = { version = "0.6", features = ["macros", "headers"] }
2023-02-18 22:16:09 +01:00
axum-client-ip = "0.4"
clap = { version = "4", features = ["derive"] }
2023-02-23 00:58:38 +01:00
idna = "0.3"
2023-02-22 23:07:43 +01:00
lazy_static = "1.4.0"
regex = "1.7"
2023-02-11 21:46:55 +01:00
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tera = "1"
2023-02-18 22:16:09 +01:00
toml = "0.7"
2023-02-21 00:06:49 +01:00
tower = "*"
2023-02-12 01:24:39 +01:00
trust-dns-resolver = "0.22"
maxminddb = "0.17"