-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (31 loc) · 830 Bytes
/
Cargo.toml
File metadata and controls
36 lines (31 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "infector_api"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.8.1"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
sqlx = { version = "0.8", features = [ "runtime-tokio", "sqlite" ] }
rand = "0.9.0"
anyhow = "1.0.97"
axum-debug = "0.3.3"
axum-macros = "0.5.0"
ctrlc = "3.4.5"
base64 = "0.22.1"
curl = "0.4.47"
is-ip = "0.1.0"
addr = "0.15.6"
aes-gcm = "0.10.3"
hex = "0.4.3"
phf = { version = "0.11.3", features = ["macros"] }
chrono = "0.4.40"
axum-client-ip = "0.7.0"
rustls-acme = {version = "*", features=["axum"]}
clap = { version="4.5.35", features = ["derive"]}
tokio-stream = "0.1.17"
from-os-str = "0.1.0"
axum-server = "0.7.2"
axum-extra = "0.10.1"