-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
45 lines (43 loc) · 1.28 KB
/
Cargo.toml
File metadata and controls
45 lines (43 loc) · 1.28 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
34
35
36
37
38
39
40
41
42
43
44
45
[workspace]
members = ["common", "api", "consumer", "gateway"]
resolver = "2"
[workspace.package]
version = "2.0.0"
edition = "2024"
[workspace.dependencies]
lambda_http = { version = "0.17.0" }
tokio = { version = "1", features = ["macros"] }
tower-http = { version = "0.6", features = ["cors", "auth"] }
axum = "0.8.4"
http = "1.3.1"
serde = { version = "1.0.223", features = ["derive"] }
serde_json = "1.0.145"
tower = "0.5.2"
twilight = "0.16.0"
twilight-http = "0.16.0"
twilight-model = "0.16.0"
twilight-gateway = "0.16.0"
aws-sdk-sesv2 = "1.98.0"
aws-sdk-scheduler = "1.84.0"
aws-sdk-sqs = "1.92.0"
aws-config = "1.8.6"
reqwest = { version = "0.12.23", features = ["json", "native-tls-vendored"] }
chrono = { version = "0.4.42", features = ["serde"] }
ed25519-dalek = "2.2.0"
once_cell = "1.21.3"
hex = "0.4.3"
http-body-util = "0.1.3"
regex = "1.11.2"
cached = { version = "0.56.0", features = ["async"] }
hmac = "0.12.1"
sha2 = "0.10.9"
jwt = "0.16.0"
sqlx = { version = "0.8", features = [ "runtime-tokio", "tls-rustls" , "postgres", "uuid", "bigdecimal"] }
aws-sdk-dsql = "1.1"
anyhow = { version = "1", features = ["backtrace"] }
bigdecimal = "0.4" # Use the latest version
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
aws_lambda_events = "1.0.3"
lambda_runtime = "1.0.2"
uuid = "1.20.0"