-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
28 lines (26 loc) · 895 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
[package]
name = "autochain-ledger"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ethers = { version = "2", default-features = false, features = ["rustls"] }
tokio = { version = "1.33.0", features = ["full"] }
eyre = "0.6.8"
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
axum-macros = "^0.4.1"
thiserror = "1.0.50"
axum = "0.7.2"
chrono = { version = "0.4.24", features = ["serde"] }
tower-http = { version = "0.5.0", features = ["cors", "trace"] }
uuid = { version = "1.3.0", features = ["v4","serde"] }
env_logger = "0.11.0"
serde = { version = "1.0.188", features = ["derive"] }
dotenv = "0.15.0"
futures = "0.3"
utoipa-swagger-ui = { version = "6.0.0", features = ["axum"] }
utoipa = { version = "4.2.0", features = ["actix_extras"] }
serde_json = "^1.0.107"
hex = "0.4"
log = "0.4.21"