-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (21 loc) · 614 Bytes
/
Cargo.toml
File metadata and controls
22 lines (21 loc) · 614 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "devstack-core-rust-api"
version = "1.1.0"
edition = "2021"
[dependencies]
actix-web = "4.12"
actix-cors = "0.7"
tokio = { version = "1.49", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "=0.12.28", default-features = false, features = ["json", "rustls-tls-native-roots"] }
chrono = { version = "=0.4.44" }
log = "0.4"
env_logger = "=0.11.8"
tokio-postgres = "0.7"
mysql_async = "0.36"
mongodb = "3.5"
redis = { version = "1.0", features = ["tokio-comp", "cluster-async"] }
lapin = "4.0"
prometheus = "0.14"
lazy_static = "1.4"