-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (28 loc) · 861 Bytes
/
Cargo.toml
File metadata and controls
29 lines (28 loc) · 861 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
[package]
name = "mac4nick"
version = "0.1.0"
authors = ["Stefan Schwarz <stefan@f2o.io>"]
edition = "2024"
[dependencies]
anyhow = "1.0"
argh = "0.1"
askama = { version = "0.14" }
axum-extra = { version = "0.10", features = ["cookie"] }
axum-messages = "0.8"
axum = { version = "0.8", features = ["macros"] }
chrono = "0.4"
envconfig = "0.11"
http = "1"
openssl-probe = "0.1"
openssl = { version = "0.10", features = ["vendored"] }
reqwest = { version = "0.12", features = ["json", "cookies"] }
rumqttc = "0.24"
serde = "1.0"
serde_json = "1"
sqlx = { version = "0.8", features = ["mysql", "chrono", "runtime-tokio"] }
tokio = { version = "1.11", features = ["full"] }
tower-http = { version = "0.6", features = ["fs", "trace"] }
tower-sessions = "0.14"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
ipnetwork = "0.21.1"