-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (28 loc) · 1.14 KB
/
Cargo.toml
File metadata and controls
29 lines (28 loc) · 1.14 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
[package]
name = "ru_webapi_codebase"
version = "0.1.1"
edition = "2021"
[dependencies]
axum = "0.8.3"
clap = { version = "4.5.36", features = ["derive"] }
ru-di = "0.1.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.44.2", features = ["full"] }
futures = "0.3.31"
redis = { version = "0.29.5", features = ["tokio-comp"] }
reqwest = {version = "0.12.15", default-features = false, features = ["rustls-tls", "json"] }
chrono = "0.4.40"
http = "1.3.1"
log = "0.4.27"
simple_logger = "5.0.0"
uuid = { version = "1.16.0", features = ["v4", "fast-rng"] }
hmac = "0.12.1"
sha1 = "0.10.6"
base64 = "0.22.1"
libaes = "0.7.0"
utoipa = { version = "5.3.1", features = ["axum_extras"] }
utoipa-rapidoc = { version = "6.0.0", features = ["axum"] }
aliyun-sts-rust-sdk = { version ="0.1.1", path="/Users/alex/Projects/workspace/aliyun-sts-rust-sdk"}
sqlx = { version = "0.7.4", default-features = false, features = ["tls-rustls", "runtime-tokio", "postgres", "json", "uuid", "bigdecimal", "macros"] }
sqlx_struct_enhanced = { version = "*", path = "/Users/alex/Projects/workspace/sqlx_struct_enhanced", features = ["postgres"] }