forked from Txio-labs/txio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
47 lines (45 loc) · 1.26 KB
/
Copy pathCargo.toml
File metadata and controls
47 lines (45 loc) · 1.26 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
[workspace]
members = [
"backend/api",
"cli",
]
resolver = "2"
[workspace.package]
version = "0.1.2"
edition = "2024"
authors = ["txio Contributors"]
license = "MIT"
description = "A universal multi-chain blockchain gateway and CLI suite."
repository = "https://github.com/Kingvic300/Flow"
homepage = "https://github.com/Kingvic300/Flow"
[workspace.dependencies]
axum = "0.7"
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
anyhow = "1.0"
thiserror = "1.0"
uuid = { version = "1.0", features = ["v4", "serde"] }
chrono = { version = "0.4", features = ["serde"] }
dotenvy = "0.15"
tower-http = { version = "0.5", features = ["cors", "trace"] }
mongodb = { version = "2.8.2", features = ["tokio-runtime"] }
reqwest = { version = "0.11", features = ["json"] }
clap = { version = "4.5", features = ["derive", "suggestions", "env"] }
async-trait = "0.1"
regex = "1.10"
strsim = "0.11"
clap_complete = "4.5"
colored = "2.1"
indicatif = "0.17"
dirs-next = "2.0"
jsonwebtoken = "9.2"
config = "0.14"
rand = "0.8"
validator = { version = "0.16", features = ["derive"] }
bcrypt = "0.15"
brevo = "1.0.0"
dialoguer = "0.11"
futures = "0.3"