summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b15542f087465e94fef1ed86e7f7234353ec2537 (plain)
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
34
35
36
37
38
39
40
41
42
43
[package]
name = "silmataivas"
version = "0.2.0"
edition = "2024"

[dependencies]
async-trait = "0.1"
axum = "0.8.4"
chrono = "0.4.41"
hyper = "1.6.0"
lettre = "0.11.17"
reqwest = { version = "0.12.22", features = ["json"] }
serde = "1.0.219"
serde_json = "1.0.140"
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio-native-tls"] }
tera = "1.20.0"
tokio = "1.46.1"
tokio-task-scheduler = "1.0.0"
tower = "0.5.2"
tower-http = "0.6.6"
uuid = "1.17.0"
utoipa = "5.4.0"
utoipa-axum = "0.2.0"
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
clap = { version = "4.5.4", features = ["derive"] }
anyhow = "1.0.98"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }

[dev-dependencies]
axum = "0.8.4"
dotenv = "0.15.0"
lettre = "0.11.17"
reqwest = "0.12.22"
serde = "1.0.219"
serde_derive = "1.0.219"
serde_json = "1.0.140"
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio-native-tls"] }
tera = "1.20.0"
tokio = "1.46.1"
tokio-task-scheduler = "1.0.0"
tower-http = "0.6.6"
uuid = "1.17.0"