forked from v3xlabs/enstate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 826 Bytes
/
Cargo.toml
File metadata and controls
26 lines (24 loc) · 826 Bytes
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
[package]
name = "enstate"
version = "0.0.1"
edition = "2021"
license = "GPL-3.0"
homepage = "enstate.rs"
description = "enstate"
repository = "https://github.com/v3xlabs/enstate"
authors = ["Luc van Kampen <luc@v3x.email>", "Miguel Piedrafita <sup@miguel.build>"]
[dependencies]
ethers = "2"
axum = "0.6.18"
anyhow = "1.0.71"
tracing = "0.1.27"
dotenvy = "0.15.7"
serde_json = "1.0.96"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.28.0", features = ["full"] }
utoipa = { version = "3.0.3", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "3.0.2", features = ["axum"] }
redis = { version = "0.23.0", features = ["connection-manager", "tokio-comp"] }
ethers-ccip-read = { git = "https://github.com/lucemans/ethers-ccip-read", branch = "main" }
[build-dependencies]
chrono = "0.4.24"