-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
54 lines (51 loc) · 1.85 KB
/
Copy pathCargo.toml
File metadata and controls
54 lines (51 loc) · 1.85 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
46
47
48
49
50
51
52
53
54
[package]
name = "axum-zero"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum ={ version = "0.8.4" }
tokio ={ version = "1",features = ["full"]}
axum-valid = "0.24.0"
validator = { version = "0.20.0", features = ["derive"] }
garde = "0.22.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.143"
reqwest = "0.13.1"
rbs = { version = "4.6"}
rbatis = { version = "4.6.15"}
#rbatis = { version = "4.0",features = ["debug_mode"]}
rbdc-mysql={version="4.7.0"}
rbdc-pool-fast={version="4.7.0"}
rbdc-mssql = {version="4.7.0"}
#rbdc-pool-deadpool = "4.5.7"
nameof = "1.3.0"
log = "0.4"
log4rs = "1.0"
jsonwebtoken = "9.3.0"
redis = "0.32.3"
#state-machines = { version = "0.9.0", features = ["dynamic"] }
state-machines = { git = "https://github.com/shakesoft/state-machines-rs", branch = "master", package = "state-machines", features = ["dynamic"] }
thiserror = "2.0.3"
regex = "1.11.1"
config = "0.15.9"
chrono = "0.4.38"
utoipa = "5.4.0"
utoipa-swagger-ui = { version = "9", features = ["axum"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
tracing-appender = "0.2.3"
base64 = "0.22.1"
tower = { version = "0.5.2", features = ["timeout"] }
tower-http = { version = "0.6.6", features = ["catch-panic", "timeout", "trace", "validate-request","cors"] }
uuid = { version = "1.17.0", features = ["v4"] }
function_name = "0.3.0"
aspect-core = { git = "https://github.com/shakesoft/function-sharp", branch = "main", package = "aspect-core" }
aspect-macros = { git = "https://github.com/shakesoft/function-sharp", branch = "main", package = "aspect-macros" }
aspect-std = { git = "https://github.com/shakesoft/function-sharp", branch = "main", package = "aspect-std" }
shaku = "0.6.2"
dill = "0.15.0"
lapin = "4.10.0"
sailfish = "0.11.1"
[dev-dependencies]
env_logger = "0.10"