@@ -15,28 +15,30 @@ version.workspace = true
1515workspace = true
1616
1717[dependencies ]
18- anyhow = { workspace = true }
19- async-trait = { version = " 0.1" }
20- clap = { features = [" env" ], workspace = true }
21- http = { workspace = true }
22- humantime = { workspace = true }
23- miden-block-prover = { workspace = true }
24- miden-node-proto = { workspace = true }
25- miden-node-utils = { workspace = true }
26- miden-protocol = { features = [" std" ], workspace = true }
27- miden-tx = { features = [" concurrent" , " std" ], workspace = true }
28- miden-tx-batch-prover = { features = [" std" ], workspace = true }
29- opentelemetry = { version = " 0.31" }
30- prost = { default-features = false , features = [" derive" ], workspace = true }
31- serde = { features = [" derive" ], version = " 1.0" }
32- tokio = { features = [" full" ], workspace = true }
33- tokio-stream = { features = [" net" ], version = " 0.1" }
34- tonic = { default-features = false , features = [" codegen" , " router" , " transport" ], version = " 0.14" }
35- tonic-health = { version = " 0.14" }
36- tonic-prost = { workspace = true }
37- tonic-web = { version = " 0.14" }
38- tower-http = { features = [" trace" ], workspace = true }
39- tracing = { workspace = true }
18+ anyhow = { workspace = true }
19+ async-trait = { version = " 0.1" }
20+ clap = { features = [" env" ], workspace = true }
21+ http = { workspace = true }
22+ humantime = { workspace = true }
23+ miden-block-prover = { workspace = true }
24+ miden-node-proto = { workspace = true }
25+ miden-node-proto-build = { features = [" internal" ], workspace = true }
26+ miden-node-utils = { workspace = true }
27+ miden-protocol = { features = [" std" ], workspace = true }
28+ miden-tx = { features = [" concurrent" , " std" ], workspace = true }
29+ miden-tx-batch-prover = { features = [" std" ], workspace = true }
30+ opentelemetry = { version = " 0.31" }
31+ prost = { default-features = false , features = [" derive" ], workspace = true }
32+ serde = { features = [" derive" ], version = " 1.0" }
33+ tokio = { features = [" full" ], workspace = true }
34+ tokio-stream = { features = [" net" ], version = " 0.1" }
35+ tonic = { default-features = false , features = [" codegen" , " router" , " transport" ], version = " 0.14" }
36+ tonic-health = { version = " 0.14" }
37+ tonic-prost = { workspace = true }
38+ tonic-reflection = { workspace = true }
39+ tonic-web = { version = " 0.14" }
40+ tower-http = { features = [" trace" ], workspace = true }
41+ tracing = { workspace = true }
4042
4143[dev-dependencies ]
4244miden-protocol = { features = [" testing" ], workspace = true }
0 commit comments