-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
32 lines (30 loc) · 1.04 KB
/
Cargo.toml
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 = "soldeer-backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
argon2 = "0.5.2"
aws-config = "1.1.4"
aws-sdk-s3 = "1.14.0"
axum = "0.7.2"
axum-extra = { version = "0.9.0", features = ["cookie"] }
axum_typed_multipart = "0.11.0"
chrono = { version = "0.4.31", features = ["serde"] }
dotenv = "0.15.0"
email-address-parser = "2.0.0"
jsonwebtoken = "9.2.0"
passwords = "3.1.16"
rand_core = { version = "0.6.4", features = ["std"] }
regex = "1.10.2"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sqlx = { version = "0.7.3", features = ["runtime-async-std-native-tls", "postgres", "chrono", "uuid"] }
time = "0.3.30"
tokio = { version = "1.35.0", features = ["full"] }
tower-http = { version = "0.5.0", features = ["cors"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
uuid = { version = "1.7", features = ["serde", "v4"] }
openssl = { version = "0.10.62", features = ["vendored"] }
aws-sdk-sesv2 = "1.12.0"