-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
36 lines (35 loc) · 872 Bytes
/
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
33
34
35
36
[workspace]
members = [
"services/*"
]
resolver = "2"
[workspace.dependencies]
actix-web = "4.7.0"
bigdecimal = "0.4.4"
config = "0.14.0"
dotenv = "0.15.0"
enum_stringify = "0.5.0"
futures = "0.3.30"
num-bigint = "0.4.5"
redis = "0.25.4"
reqwest = { version = "0.12.4", features = ["json"] }
rust_decimal = "1.35.0"
rust_decimal_macros = "1.34.2"
scylla = "0.13.0"
serde = "1.0.203"
serde_json = { version = "1.0.117", features = ["raw_value"] }
strum = "0.26.2"
strum_macros = "0.26.4"
tokio = { version = "1.38.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
uuid = { version = "1.9.1", features = ["serde", "v4"] }
rayon = "1.10.0"
tokio-rayon = "2.1.0"
log = "0.4.21"
hex = "0.4.3"
chrono = "0.4.38"
lazy_static = "1.5.0"
once_cell = "1.19.0"
futures-util = "0.3.30"
tokio-tungstenite = "0.23.1"