@@ -15,16 +15,14 @@ workspace = true
15
15
# alloy
16
16
alloy-primitives.workspace = true
17
17
alloy-rlp = { workspace = true , features = [" arrayvec" ] }
18
- alloy-trie.workspace = true
18
+ alloy-rpc-types-eth = { workspace = true , optional = true }
19
+ alloy-serde = { workspace = true , optional = true }
20
+ alloy-trie = { workspace = true , features = [" ethereum" ] }
19
21
alloy-consensus.workspace = true
20
22
reth-primitives-traits.workspace = true
21
23
reth-codecs = { workspace = true , optional = true }
22
24
revm-primitives.workspace = true
23
25
24
- alloy-genesis.workspace = true
25
- alloy-rpc-types-eth = { workspace = true , optional = true }
26
- alloy-serde = { workspace = true , optional = true }
27
-
28
26
bytes = { workspace = true , optional = true }
29
27
derive_more.workspace = true
30
28
itertools.workspace = true
@@ -59,10 +57,7 @@ serde_json.workspace = true
59
57
serde_with.workspace = true
60
58
61
59
[features ]
62
- eip1186 = [
63
- " alloy-rpc-types-eth/serde" ,
64
- " dep:alloy-serde" ,
65
- ]
60
+ eip1186 = [" alloy-rpc-types-eth/serde" , " dep:alloy-serde" ]
66
61
serde = [
67
62
" dep:serde" ,
68
63
" bytes?/serde" ,
@@ -73,17 +68,14 @@ serde = [
73
68
" alloy-rpc-types-eth?/serde" ,
74
69
" revm-primitives/serde" ,
75
70
" reth-primitives-traits/serde" ,
76
- " reth-codecs?/serde"
77
- ]
78
- reth-codec = [
79
- " dep:reth-codecs" ,
80
- " dep:bytes" ,
71
+ " reth-codecs?/serde" ,
81
72
]
73
+ reth-codec = [" dep:reth-codecs" , " dep:bytes" ]
82
74
serde-bincode-compat = [
83
75
" serde" ,
84
- " reth-primitives-traits/serde-bincode-compat" ,
85
- " alloy-consensus/serde-bincode-compat" ,
86
- " dep:serde_with"
76
+ " reth-primitives-traits/serde-bincode-compat" ,
77
+ " alloy-consensus/serde-bincode-compat" ,
78
+ " dep:serde_with" ,
87
79
]
88
80
test-utils = [
89
81
" dep:plain_hasher" ,
@@ -93,17 +85,17 @@ test-utils = [
93
85
" reth-codecs/test-utils" ,
94
86
]
95
87
arbitrary = [
96
- " dep:reth-codecs" ,
97
- " alloy-trie/arbitrary" ,
98
- " dep:arbitrary" ,
88
+ " dep:reth-codecs" ,
89
+ " alloy-trie/arbitrary" ,
90
+ " dep:arbitrary" ,
99
91
" alloy-serde?/arbitrary" ,
100
- " reth-primitives-traits/arbitrary" ,
101
- " alloy-consensus/arbitrary" ,
102
- " alloy-primitives/arbitrary" ,
103
- " nybbles/arbitrary" ,
104
- " revm-primitives/arbitrary" ,
105
- " reth-codecs/arbitrary" ,
106
- " alloy-rpc-types-eth?/arbitrary"
92
+ " reth-primitives-traits/arbitrary" ,
93
+ " alloy-consensus/arbitrary" ,
94
+ " alloy-primitives/arbitrary" ,
95
+ " nybbles/arbitrary" ,
96
+ " revm-primitives/arbitrary" ,
97
+ " reth-codecs/arbitrary" ,
98
+ " alloy-rpc-types-eth?/arbitrary" ,
107
99
]
108
100
109
101
[[bench ]]
0 commit comments