@@ -16,12 +16,38 @@ license = "Apache-2.0"
1616repository = " https://github.com/semiotic-ai/timeline-aggregation-protocol"
1717
1818[workspace .dependencies ]
19+ anyhow = { version = " 1.0.95" }
20+ anymap3 = " 1.0.1"
21+ async-trait = " 0.1.85"
22+ axum = { version = " 0.7.5" , features = [
23+ " http1" ,
24+ " json" ,
25+ " matched-path" ,
26+ " original-uri" ,
27+ " query" ,
28+ " tokio" ,
29+ ], default-features = false }
30+ clap = { version = " 4.5.15" , features = [" derive" , " env" ] }
31+ criterion = { version = " 0.5.1" , features = [" async_std" ] }
32+ futures-util = " 0.3.28"
33+ hyper = { version = " 1" , features = [" full" ] }
34+ jsonrpsee = { version = " 0.24.7" , features = [" macros" , " server" ] }
35+ jsonrpsee-core = " 0.24.7"
36+ lazy_static = " 1.4.0"
37+ log = " 0.4.19"
38+ prometheus = " 0.13.3"
39+ prost = " 0.13.3"
40+ rayon = " 1.10.0"
41+ rdkafka = { version = " 0.37.0" , features = [" tokio" , " sasl" ] }
1942serde = { version = " 1.0.217" , features = [" derive" ] }
43+ strum = { version = " 0.26.3" , features = [" derive" ] }
2044rstest = " 0.24.0"
21- anyhow = { version = " 1.0.95 " }
45+ tap_graph = { version = " 0.2.1 " , path = " ../tap_graph " , features = [ " v2 " ] }
2246tokio = { version = " 1.43.0" , features = [" macros" , " signal" ] }
47+ tonic = { version = " 0.12.3" , features = [" transport" , " zstd" ] }
48+ tower = { version = " 0.5.2" , features = [" util" , " steer" ] }
49+ tracing-subscriber = " 0.3.17"
2350rand = " 0.8.5"
24- jsonrpsee = { version = " 0.24.7" , features = [" macros" , " server" ] }
2551insta = { version = " 1.42.0" , features = [" json" ] }
2652serde_json = { version = " 1.0.137" , features = [" raw_value" ] }
2753thegraph-core = " 0.12.0"
0 commit comments