1
1
[workspace ]
2
2
members = [
3
- " crates/allocation" ,
4
- " crates/attestation" ,
5
- " crates/config" ,
6
- " crates/dips" ,
7
- " crates/monitor" ,
8
- " crates/query" ,
9
- " crates/service" ,
10
- " crates/tap-agent" ,
11
- " crates/test-assets" ,
12
- " crates/watcher" ,
3
+ " crates/allocation" ,
4
+ " crates/attestation" ,
5
+ " crates/config" ,
6
+ " crates/dips" ,
7
+ " crates/monitor" ,
8
+ " crates/query" ,
9
+ " crates/service" ,
10
+ " crates/tap-agent" ,
11
+ " crates/test-assets" ,
12
+ " crates/watcher" ,
13
13
]
14
14
resolver = " 2"
15
15
@@ -18,21 +18,21 @@ opt-level = 3
18
18
19
19
[workspace .dependencies ]
20
20
alloy = { version = " =0.5.4" , features = [
21
- " kzg" ,
22
- " signer-mnemonic" ,
23
- " dyn-abi" ,
24
- " sol-types" ,
25
- " signer-local" ,
26
- " eip712" ,
27
- " rlp" ,
28
- " signers" ,
21
+ " kzg" ,
22
+ " signer-mnemonic" ,
23
+ " dyn-abi" ,
24
+ " sol-types" ,
25
+ " signer-local" ,
26
+ " eip712" ,
27
+ " rlp" ,
28
+ " signers" ,
29
29
], default-features = false }
30
30
clap = " 4.4.3"
31
31
lazy_static = " 1.4.0"
32
32
axum = { version = " 0.7.9" , default-features = false , features = [
33
- " tokio" ,
34
- " http1" ,
35
- " http2" ,
33
+ " tokio" ,
34
+ " http1" ,
35
+ " http2" ,
36
36
] }
37
37
tokio = " 1.40"
38
38
prometheus = " 0.13.3"
@@ -42,21 +42,21 @@ async-trait = "0.1.72"
42
42
eventuals = " 0.6.7"
43
43
base64 = " 0.22.1"
44
44
reqwest = { version = " 0.12" , features = [
45
- " charset" ,
46
- " h2" ,
45
+ " charset" ,
46
+ " h2" ,
47
47
], default-features = false }
48
48
serde = { version = " 1.0.206" , default-features = false }
49
49
serde_json = " 1.0.124"
50
50
sqlx = { version = " 0.8.2" , features = [
51
- " bigdecimal" ,
52
- " chrono" ,
53
- " json" ,
54
- " macros" ,
55
- " migrate" ,
56
- " postgres" ,
57
- " runtime-tokio" ,
58
- " rust_decimal" ,
59
- " uuid" ,
51
+ " bigdecimal" ,
52
+ " chrono" ,
53
+ " json" ,
54
+ " macros" ,
55
+ " migrate" ,
56
+ " postgres" ,
57
+ " runtime-tokio" ,
58
+ " rust_decimal" ,
59
+ " uuid" ,
60
60
], default-features = false }
61
61
uuid = { version = " 1.11.0" , features = [" v7" ] }
62
62
tracing = { version = " 0.1.40" , default-features = false }
@@ -65,14 +65,12 @@ build-info = "0.0.39"
65
65
tap_core = { git = " https://github.com/semiotic-ai/timeline-aggregation-protocol" , rev = " 61b47b3" , default-features = false }
66
66
tap_aggregator = { git = " https://github.com/semiotic-ai/timeline-aggregation-protocol" , rev = " 61b47b3" , default-features = false }
67
67
tracing-subscriber = { version = " 0.3" , features = [
68
- " json" ,
69
- " env-filter" ,
70
- " ansi" ,
68
+ " json" ,
69
+ " env-filter" ,
70
+ " ansi" ,
71
71
], default-features = false }
72
- thegraph-core = { git = " https://github.com/edgeandnode/toolshed" , rev = " 1663534fc1738e2db1b11cb54b5bb478ee970d40" , features = [
73
- " subgraph-client" ,
74
- ] }
75
- thegraph-graphql-http = " 0.2.0"
72
+ thegraph-core = { git = " https://github.com/edgeandnode/toolshed" , rev = " 1663534fc1738e2db1b11cb54b5bb478ee970d40" }
73
+ thegraph-graphql-http = { version = " 0.3.2" , features = [" reqwest" ] }
76
74
graphql_client = { version = " 0.14.0" , features = [" reqwest-rustls" ] }
77
75
bip39 = " 2.0.0"
78
76
rstest = " 0.23.0"
0 commit comments