@@ -12,18 +12,8 @@ name = "tap_aggregator"
1212path = " src/main.rs"
1313
1414[dependencies ]
15- tap_core = { path = " ../tap_core" , version = " 2.0.0" }
16- serde.workspace = true
1715alloy.workspace = true
1816anyhow.workspace = true
19- tokio.workspace = true
20- serde_json.workspace = true
21- jsonrpsee = { workspace = true , features = [" server" , " macros" ] }
22- clap = { version = " 4.5.15" , features = [" derive" , " env" ] }
23- strum = { version = " 0.26.3" , features = [" derive" ] }
24- tracing-subscriber = " 0.3.17"
25- log = " 0.4.19"
26- prometheus = " 0.13.3"
2717axum = { version = " 0.7.5" , features = [
2818 " http1" ,
2919 " json" ,
@@ -32,14 +22,23 @@ axum = { version = "0.7.5", features = [
3222 " query" ,
3323 " tokio" ,
3424], default-features = false }
25+ clap = { version = " 4.5.15" , features = [" derive" , " env" ] }
3526futures-util = " 0.3.28"
27+ hyper = { version = " 1" , features = [" full" ] }
28+ jsonrpsee = { workspace = true , features = [" server" , " macros" ] }
3629lazy_static = " 1.4.0"
37- ruint = " 1.10.1"
38- tower = { version = " 0.5.2" , features = [" util" , " steer" ] }
39- tonic = { version = " 0.12.3" , features = [" transport" , " zstd" ] }
30+ log = " 0.4.19"
31+ prometheus = " 0.13.3"
4032prost = " 0.13.3"
41- hyper = { version = " 1" , features = [" full" ] }
4233rayon = " 1.10.0"
34+ serde.workspace = true
35+ serde_json.workspace = true
36+ strum = { version = " 0.26.3" , features = [" derive" ] }
37+ tap_core = { path = " ../tap_core" , version = " 2.0.0" }
38+ tokio.workspace = true
39+ tonic = { version = " 0.12.3" , features = [" transport" , " zstd" ] }
40+ tower = { version = " 0.5.2" , features = [" util" , " steer" ] }
41+ tracing-subscriber = " 0.3.17"
4342
4443[build-dependencies ]
4544tonic-build = " 0.12.3"
0 commit comments