-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (24 loc) · 746 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (24 loc) · 746 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
[package]
name = "aizel_verifier"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.38.0", features = ["full", "rt-multi-thread"] }
alloy = { git = 'https://github.com/alloy-rs/alloy.git', package = 'alloy', features = ["full"] }
minio = { git = 'https://github.com/minio/minio-rs', rev = 'b19513c90fa4' }
futures-util = "0.3.30"
eyre = "0.6.12"
anyhow = "1.0.86"
reqwest = "0.12.5"
lazy_static = "1.5.0"
serde = "1.0.204"
jsonwebtoken = "9.3.0"
url = "2.5.2"
log = "0.4.22"
verifier = { path = "/home/hao/aizel_verifier/AizelInference/verifier" }
common = { path = "/home/hao/aizel_verifier/AizelInference/common" }
futures = "0.3.30"
env_logger = "0.11.5"
async-trait = "0.1.81"
serde_json = "1.0.132"
bincode = "1.3.3"