@@ -7,53 +7,22 @@ homepage.workspace = true
7
7
repository.workspace = true
8
8
9
9
[dependencies ]
10
- axum = { workspace = true }
11
10
borsh = { workspace = true }
12
- tower-http = { workspace = true }
13
- utoipa = { workspace = true }
14
- utoipa-swagger-ui = { workspace = true }
15
- async-trait = { workspace = true }
16
11
serde = { workspace = true }
17
12
serde_json = { workspace = true }
18
- redis = { workspace = true }
19
13
ed25519-dalek = { workspace = true }
20
14
ed25519 = { workspace = true }
21
- base64 = { workspace = true }
22
- tokio = { workspace = true }
23
15
bellman = { workspace = true }
24
16
bls12_381 = { workspace = true }
25
17
rand = { workspace = true }
26
18
hex = { workspace = true }
27
19
ff = { workspace = true }
28
20
log = { workspace = true }
29
- pretty_env_logger = { workspace = true }
30
- clap = { workspace = true }
31
- config = { workspace = true }
32
21
thiserror = { workspace = true }
33
22
indexed-merkle-tree = { workspace = true }
34
- dotenvy = { workspace = true }
35
- celestia-rpc = { workspace = true }
36
23
celestia-types = { workspace = true }
37
- mockall = { workspace = true }
38
- keystore-rs = { workspace = true }
39
- toml = { workspace = true }
40
- dirs = { workspace = true }
41
24
anyhow = { workspace = true }
42
- jmt = { workspace = true , path = " ../jmt " , features = [ " mocks " ] }
25
+ jmt = { workspace = true }
43
26
sha2 = { workspace = true }
44
- auto_impl = { workspace = true }
45
27
prism-common = { workspace = true }
46
28
prism-errors = { workspace = true }
47
-
48
- [patch .crates-io ]
49
- sha2-v0-9-8 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha2" , branch = " patch-sha2-v0.9.8" }
50
- sha2-v0-10-6 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha2" , branch = " patch-sha2-v0.10.6" }
51
- sha2-v0-10-8 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha2" , branch = " patch-sha2-v0.10.8" }
52
-
53
- [dev-dependencies ]
54
- serial_test = " 3.1.1"
55
- criterion = " 0.5.1"
56
-
57
- # [[bench]]
58
- # name = "zk_benchmarks"
59
- # harness = false
0 commit comments