mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: unused dependencies warnings (#13369)
This commit is contained in:
@ -35,18 +35,18 @@ bytes.workspace = true
|
||||
|
||||
[features]
|
||||
reth-codec = [
|
||||
"dep:reth-codecs",
|
||||
"dep:bytes",
|
||||
"dep:modular-bitfield",
|
||||
"reth-trie-common/reth-codec"
|
||||
"dep:reth-codecs",
|
||||
"dep:bytes",
|
||||
"dep:modular-bitfield",
|
||||
"reth-trie-common/reth-codec",
|
||||
]
|
||||
test-utils = [
|
||||
"dep:arbitrary",
|
||||
"reth-codecs/test-utils",
|
||||
"reth-trie-common/test-utils"
|
||||
"dep:arbitrary",
|
||||
"reth-codecs?/test-utils",
|
||||
"reth-trie-common/test-utils",
|
||||
]
|
||||
arbitrary = [
|
||||
"alloy-primitives/arbitrary",
|
||||
"reth-codecs/arbitrary",
|
||||
"reth-trie-common/arbitrary"
|
||||
"alloy-primitives/arbitrary",
|
||||
"reth-codecs?/arbitrary",
|
||||
"reth-trie-common/arbitrary",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user