This repository was archived by the owner on Apr 9, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (32 loc) · 1.35 KB
/
Cargo.toml
File metadata and controls
33 lines (32 loc) · 1.35 KB
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
33
[package]
name = "api"
version = "3.3.0"
edition = "2024"
[dependencies]
axum = "0.8.1"
colored = "3.0.0"
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-rustls-ring-webpki", "postgres", "chrono", "ipnetwork"] }
dotenvy = "0.15.7"
rustis = "0.13.3"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = { version = "1.0.140", features = ["preserve_order"] }
tokio = { version = "1.43.0", features = ["full"] }
utoipa = { version = "5.3.1", features = ["axum_extras", "preserve_order", "chrono", "indexmap"] }
utoipa-axum = "0.2.0"
chrono = { version = "0.4.40", features = ["serde"] }
indexmap = { version = "2.7.1", features = ["serde"] }
tower-http = { version = "0.6.2", features = ["catch-panic", "trace", "cors", "normalize-path"] }
sentry = { version = "0.36.0", default-features = false, features = ["rustls", "reqwest", "backtrace", "contexts", "debug-images", "panic"] }
tracing = "0.1.41"
reqwest = { version = "0.12.12", default-features = false, features = ["json", "rustls-tls"] }
sha2 = "0.10.8"
sentry-tower = { version = "0.36.0", default-features = false, features = ["http", "axum-matched-path"] }
sha1 = "0.10.6"
rand = "0.9.0"
serde_yaml = "0.9.34"
toml = "0.8.20"
image = "0.25.5"
tower-cookies = "0.11.0"
rust-s3 = { version = "0.35.1", default-features = false, features = ["tokio-rustls-tls"] }
futures-util = "0.3.31"
tower = "0.5.2"