mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
chore: remove duplicate deps (#17618)
This commit is contained in:
@@ -65,7 +65,6 @@ humantime.workspace = true
|
|||||||
csv.workspace = true
|
csv.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-tracing.workspace = true
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["jemalloc"]
|
default = ["jemalloc"]
|
||||||
|
|||||||
@@ -53,7 +53,6 @@ reth-primitives-traits = { workspace = true, features = ["test-utils"] }
|
|||||||
reth-testing-utils.workspace = true
|
reth-testing-utils.workspace = true
|
||||||
alloy-signer.workspace = true
|
alloy-signer.workspace = true
|
||||||
alloy-signer-local.workspace = true
|
alloy-signer-local.workspace = true
|
||||||
alloy-consensus.workspace = true
|
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ derive_more.workspace = true
|
|||||||
alloy-trie = { workspace = true, features = ["arbitrary"] }
|
alloy-trie = { workspace = true, features = ["arbitrary"] }
|
||||||
alloy-eips = { workspace = true, features = ["arbitrary"] }
|
alloy-eips = { workspace = true, features = ["arbitrary"] }
|
||||||
alloy-rlp = { workspace = true, features = ["arrayvec"] }
|
alloy-rlp = { workspace = true, features = ["arrayvec"] }
|
||||||
alloy-genesis.workspace = true
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ alloy-eips.workspace = true
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
alloy-primitives = { workspace = true, features = ["rand"] }
|
alloy-primitives = { workspace = true, features = ["rand"] }
|
||||||
reth-ethereum-primitives.workspace = true
|
reth-ethereum-primitives.workspace = true
|
||||||
alloy-consensus.workspace = true
|
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ reth-ethereum-consensus.workspace = true
|
|||||||
reth-ethereum-engine-primitives.workspace = true
|
reth-ethereum-engine-primitives.workspace = true
|
||||||
reth-evm-ethereum.workspace = true
|
reth-evm-ethereum.workspace = true
|
||||||
reth-exex-types.workspace = true
|
reth-exex-types.workspace = true
|
||||||
reth-chainspec.workspace = true
|
|
||||||
reth-primitives-traits.workspace = true
|
reth-primitives-traits.workspace = true
|
||||||
reth-node-ethereum.workspace = true
|
reth-node-ethereum.workspace = true
|
||||||
|
|
||||||
|
|||||||
@@ -82,18 +82,15 @@ reth-evm = { workspace = true, features = ["test-utils"] }
|
|||||||
reth-exex-types.workspace = true
|
reth-exex-types.workspace = true
|
||||||
reth-network-p2p = { workspace = true, features = ["test-utils"] }
|
reth-network-p2p = { workspace = true, features = ["test-utils"] }
|
||||||
reth-prune-types.workspace = true
|
reth-prune-types.workspace = true
|
||||||
reth-prune.workspace = true
|
|
||||||
reth-rpc-convert.workspace = true
|
reth-rpc-convert.workspace = true
|
||||||
reth-stages = { workspace = true, features = ["test-utils"] }
|
reth-stages = { workspace = true, features = ["test-utils"] }
|
||||||
reth-static-file.workspace = true
|
reth-static-file.workspace = true
|
||||||
reth-testing-utils.workspace = true
|
reth-testing-utils.workspace = true
|
||||||
reth-tracing.workspace = true
|
reth-tracing.workspace = true
|
||||||
reth-trie-db.workspace = true
|
|
||||||
reth-node-ethereum.workspace = true
|
reth-node-ethereum.workspace = true
|
||||||
reth-e2e-test-utils.workspace = true
|
reth-e2e-test-utils.workspace = true
|
||||||
|
|
||||||
# alloy
|
# alloy
|
||||||
alloy-rlp.workspace = true
|
|
||||||
revm-state.workspace = true
|
revm-state.workspace = true
|
||||||
|
|
||||||
assert_matches.workspace = true
|
assert_matches.workspace = true
|
||||||
|
|||||||
@@ -35,8 +35,6 @@ sha2.workspace = true
|
|||||||
sha2.features = ["std"]
|
sha2.features = ["std"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio.workspace = true
|
|
||||||
tokio.features = ["fs", "io-util", "macros"]
|
|
||||||
tempfile.workspace = true
|
tempfile.workspace = true
|
||||||
test-case.workspace = true
|
test-case.workspace = true
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
|
|||||||
@@ -28,8 +28,7 @@ reth-storage-api.workspace = true
|
|||||||
reth-primitives-traits.workspace = true
|
reth-primitives-traits.workspace = true
|
||||||
|
|
||||||
# async
|
# async
|
||||||
tokio.workspace = true
|
tokio = { workspace = true, features = ["fs", "io-util", "macros", "rt-multi-thread"] }
|
||||||
tokio.features = ["fs", "io-util"]
|
|
||||||
futures-util.workspace = true
|
futures-util.workspace = true
|
||||||
|
|
||||||
# errors
|
# errors
|
||||||
@@ -43,8 +42,6 @@ reth-provider.features = ["test-utils"]
|
|||||||
reth-db-common.workspace = true
|
reth-db-common.workspace = true
|
||||||
|
|
||||||
# async
|
# async
|
||||||
tokio.workspace = true
|
|
||||||
tokio.features = ["fs", "io-util", "macros", "rt-multi-thread"]
|
|
||||||
tokio-util.workspace = true
|
tokio-util.workspace = true
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
bytes.workspace = true
|
bytes.workspace = true
|
||||||
|
|||||||
@@ -33,9 +33,6 @@ eyre.workspace = true
|
|||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
# reth
|
|
||||||
reth-cli-commands.workspace = true
|
|
||||||
|
|
||||||
# fs
|
# fs
|
||||||
tempfile.workspace = true
|
tempfile.workspace = true
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ derive_more = { workspace = true, optional = true }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-testing-utils.workspace = true
|
reth-testing-utils.workspace = true
|
||||||
reth-evm = { workspace = true, features = ["test-utils"] }
|
reth-evm = { workspace = true, features = ["test-utils"] }
|
||||||
reth-execution-types.workspace = true
|
|
||||||
secp256k1.workspace = true
|
secp256k1.workspace = true
|
||||||
alloy-genesis.workspace = true
|
alloy-genesis.workspace = true
|
||||||
|
|
||||||
|
|||||||
@@ -54,25 +54,19 @@ revm = { workspace = true, features = ["secp256k1", "blst", "c-kzg"] }
|
|||||||
eyre.workspace = true
|
eyre.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-chainspec.workspace = true
|
|
||||||
reth-db.workspace = true
|
reth-db.workspace = true
|
||||||
reth-exex.workspace = true
|
reth-exex.workspace = true
|
||||||
reth-node-core.workspace = true
|
reth-node-core.workspace = true
|
||||||
reth-payload-primitives.workspace = true
|
|
||||||
reth-e2e-test-utils.workspace = true
|
reth-e2e-test-utils.workspace = true
|
||||||
reth-rpc-eth-api.workspace = true
|
|
||||||
reth-tasks.workspace = true
|
reth-tasks.workspace = true
|
||||||
|
|
||||||
alloy-primitives.workspace = true
|
alloy-primitives.workspace = true
|
||||||
alloy-provider.workspace = true
|
alloy-provider.workspace = true
|
||||||
alloy-genesis.workspace = true
|
alloy-genesis.workspace = true
|
||||||
alloy-signer.workspace = true
|
alloy-signer.workspace = true
|
||||||
alloy-eips.workspace = true
|
|
||||||
alloy-sol-types.workspace = true
|
alloy-sol-types.workspace = true
|
||||||
alloy-contract.workspace = true
|
alloy-contract.workspace = true
|
||||||
alloy-rpc-types-beacon = { workspace = true, features = ["ssz"] }
|
alloy-rpc-types-beacon = { workspace = true, features = ["ssz"] }
|
||||||
alloy-rpc-types-engine.workspace = true
|
|
||||||
alloy-rpc-types-eth.workspace = true
|
|
||||||
alloy-consensus.workspace = true
|
alloy-consensus.workspace = true
|
||||||
|
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ metrics = { workspace = true, optional = true }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-ethereum-primitives.workspace = true
|
reth-ethereum-primitives.workspace = true
|
||||||
reth-ethereum-forks.workspace = true
|
reth-ethereum-forks.workspace = true
|
||||||
alloy-consensus.workspace = true
|
|
||||||
metrics-util = { workspace = true, features = ["debugging"] }
|
metrics-util = { workspace = true, features = ["debugging"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -54,13 +54,11 @@ tracing.workspace = true
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-db-common.workspace = true
|
reth-db-common.workspace = true
|
||||||
reth-evm-ethereum.workspace = true
|
reth-evm-ethereum.workspace = true
|
||||||
reth-node-api.workspace = true
|
|
||||||
reth-primitives-traits = { workspace = true, features = ["test-utils"] }
|
reth-primitives-traits = { workspace = true, features = ["test-utils"] }
|
||||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||||
reth-testing-utils.workspace = true
|
reth-testing-utils.workspace = true
|
||||||
|
|
||||||
alloy-genesis.workspace = true
|
alloy-genesis.workspace = true
|
||||||
alloy-consensus.workspace = true
|
|
||||||
|
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
secp256k1.workspace = true
|
secp256k1.workspace = true
|
||||||
|
|||||||
@@ -66,10 +66,7 @@ reth-tracing.workspace = true
|
|||||||
|
|
||||||
assert_matches.workspace = true
|
assert_matches.workspace = true
|
||||||
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
||||||
alloy-rlp.workspace = true
|
|
||||||
itertools.workspace = true
|
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
|
|
||||||
tempfile.workspace = true
|
tempfile.workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -51,7 +51,6 @@ reth-tracing.workspace = true
|
|||||||
alloy-consensus.workspace = true
|
alloy-consensus.workspace = true
|
||||||
test-fuzz.workspace = true
|
test-fuzz.workspace = true
|
||||||
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
|
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
|
||||||
tokio-util = { workspace = true, features = ["io", "codec"] }
|
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
secp256k1 = { workspace = true, features = ["global-context", "std", "recovery"] }
|
secp256k1 = { workspace = true, features = ["global-context", "std", "recovery"] }
|
||||||
rand_08.workspace = true
|
rand_08.workspace = true
|
||||||
|
|||||||
@@ -89,7 +89,6 @@ reth-tracing.workspace = true
|
|||||||
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
|
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
|
||||||
|
|
||||||
# alloy deps for testing against nodes
|
# alloy deps for testing against nodes
|
||||||
alloy-consensus.workspace = true
|
|
||||||
alloy-genesis.workspace = true
|
alloy-genesis.workspace = true
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
|
|||||||
@@ -48,8 +48,6 @@ op-alloy-consensus.workspace = true
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-chainspec = { workspace = true, features = ["test-utils"] }
|
reth-chainspec = { workspace = true, features = ["test-utils"] }
|
||||||
alloy-genesis.workspace = true
|
|
||||||
op-alloy-rpc-types.workspace = true
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
|
|||||||
@@ -68,8 +68,6 @@ op-alloy-consensus.workspace = true
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile.workspace = true
|
tempfile.workspace = true
|
||||||
reth-stages = { workspace = true, features = ["test-utils"] }
|
reth-stages = { workspace = true, features = ["test-utils"] }
|
||||||
reth-db-common.workspace = true
|
|
||||||
reth-cli-commands.workspace = true
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
reth-optimism-chainspec = { workspace = true, features = ["std", "superchain-configs"] }
|
reth-optimism-chainspec = { workspace = true, features = ["std", "superchain-configs"] }
|
||||||
|
|||||||
@@ -43,12 +43,10 @@ reth-provider = { workspace = true, features = ["test-utils"] }
|
|||||||
reth-db-common.workspace = true
|
reth-db-common.workspace = true
|
||||||
reth-revm.workspace = true
|
reth-revm.workspace = true
|
||||||
reth-trie.workspace = true
|
reth-trie.workspace = true
|
||||||
reth-optimism-chainspec.workspace = true
|
|
||||||
reth-optimism-node.workspace = true
|
reth-optimism-node.workspace = true
|
||||||
reth-db-api = { workspace = true, features = ["op"] }
|
reth-db-api = { workspace = true, features = ["op"] }
|
||||||
|
|
||||||
alloy-chains.workspace = true
|
alloy-chains.workspace = true
|
||||||
alloy-primitives.workspace = true
|
|
||||||
|
|
||||||
op-alloy-consensus.workspace = true
|
op-alloy-consensus.workspace = true
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ thiserror.workspace = true
|
|||||||
reth-evm = { workspace = true, features = ["test-utils"] }
|
reth-evm = { workspace = true, features = ["test-utils"] }
|
||||||
reth-revm = { workspace = true, features = ["test-utils"] }
|
reth-revm = { workspace = true, features = ["test-utils"] }
|
||||||
alloy-genesis.workspace = true
|
alloy-genesis.workspace = true
|
||||||
alloy-consensus.workspace = true
|
|
||||||
reth-optimism-primitives = { workspace = true, features = ["arbitrary"] }
|
reth-optimism-primitives = { workspace = true, features = ["arbitrary"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -72,7 +72,6 @@ serde_json = { workspace = true, optional = true }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-optimism-node = { workspace = true, features = ["test-utils"] }
|
reth-optimism-node = { workspace = true, features = ["test-utils"] }
|
||||||
reth-db = { workspace = true, features = ["op"] }
|
reth-db = { workspace = true, features = ["op"] }
|
||||||
reth-node-core.workspace = true
|
|
||||||
reth-node-builder = { workspace = true, features = ["test-utils"] }
|
reth-node-builder = { workspace = true, features = ["test-utils"] }
|
||||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||||
reth-tasks.workspace = true
|
reth-tasks.workspace = true
|
||||||
@@ -80,10 +79,7 @@ reth-payload-util.workspace = true
|
|||||||
reth-payload-validator.workspace = true
|
reth-payload-validator.workspace = true
|
||||||
reth-revm = { workspace = true, features = ["std"] }
|
reth-revm = { workspace = true, features = ["std"] }
|
||||||
|
|
||||||
alloy-primitives.workspace = true
|
|
||||||
op-alloy-consensus.workspace = true
|
|
||||||
alloy-network.workspace = true
|
alloy-network.workspace = true
|
||||||
alloy-consensus.workspace = true
|
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
alloy-eips.workspace = true
|
alloy-eips.workspace = true
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ alloy-consensus.workspace = true
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-codecs = { workspace = true, features = ["test-utils"] }
|
reth-codecs = { workspace = true, features = ["test-utils"] }
|
||||||
reth-db-api.workspace = true
|
|
||||||
reth-prune-types.workspace = true
|
reth-prune-types.workspace = true
|
||||||
reth-stages-types.workspace = true
|
reth-stages-types.workspace = true
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,6 @@ tracing.workspace = true
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
alloy-primitives.workspace = true
|
alloy-primitives.workspace = true
|
||||||
alloy-consensus.workspace = true
|
|
||||||
|
|
||||||
tokio = { workspace = true, features = ["sync", "rt"] }
|
tokio = { workspace = true, features = ["sync", "rt"] }
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ revm.workspace = true
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-trie.workspace = true
|
reth-trie.workspace = true
|
||||||
reth-ethereum-forks.workspace = true
|
reth-ethereum-forks.workspace = true
|
||||||
alloy-primitives.workspace = true
|
|
||||||
alloy-consensus.workspace = true
|
alloy-consensus.workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -52,10 +52,7 @@ alloy-provider = { workspace = true, features = ["ws", "ipc"] }
|
|||||||
alloy-network.workspace = true
|
alloy-network.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-primitives-traits.workspace = true
|
|
||||||
reth-ethereum-primitives.workspace = true
|
reth-ethereum-primitives.workspace = true
|
||||||
reth-chainspec.workspace = true
|
|
||||||
reth-network-api.workspace = true
|
|
||||||
reth-network-peers.workspace = true
|
reth-network-peers.workspace = true
|
||||||
reth-evm-ethereum.workspace = true
|
reth-evm-ethereum.workspace = true
|
||||||
reth-ethereum-engine-primitives.workspace = true
|
reth-ethereum-engine-primitives.workspace = true
|
||||||
@@ -76,6 +73,5 @@ alloy-rpc-types-trace.workspace = true
|
|||||||
alloy-eips.workspace = true
|
alloy-eips.workspace = true
|
||||||
alloy-rpc-types-engine.workspace = true
|
alloy-rpc-types-engine.workspace = true
|
||||||
|
|
||||||
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
|
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
clap = { workspace = true, features = ["derive"] }
|
clap = { workspace = true, features = ["derive"] }
|
||||||
|
|||||||
@@ -50,7 +50,6 @@ parking_lot.workspace = true
|
|||||||
reth-ethereum-engine-primitives.workspace = true
|
reth-ethereum-engine-primitives.workspace = true
|
||||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||||
reth-ethereum-primitives.workspace = true
|
reth-ethereum-primitives.workspace = true
|
||||||
reth-primitives-traits.workspace = true
|
|
||||||
reth-payload-builder = { workspace = true, features = ["test-utils"] }
|
reth-payload-builder = { workspace = true, features = ["test-utils"] }
|
||||||
reth-testing-utils.workspace = true
|
reth-testing-utils.workspace = true
|
||||||
alloy-rlp.workspace = true
|
alloy-rlp.workspace = true
|
||||||
|
|||||||
@@ -36,4 +36,3 @@ similar-asserts.workspace = true
|
|||||||
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "rt"] }
|
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "rt"] }
|
||||||
reth-rpc-eth-api.workspace = true
|
reth-rpc-eth-api.workspace = true
|
||||||
jsonrpsee-http-client.workspace = true
|
jsonrpsee-http-client.workspace = true
|
||||||
alloy-rpc-types-trace.workspace = true
|
|
||||||
|
|||||||
@@ -93,16 +93,13 @@ itertools.workspace = true
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-ethereum-primitives.workspace = true
|
reth-ethereum-primitives.workspace = true
|
||||||
reth-evm-ethereum.workspace = true
|
|
||||||
reth-testing-utils.workspace = true
|
reth-testing-utils.workspace = true
|
||||||
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
|
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
|
||||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||||
reth-db-api.workspace = true
|
reth-db-api.workspace = true
|
||||||
|
|
||||||
alloy-consensus.workspace = true
|
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
|
|
||||||
jsonrpsee-types.workspace = true
|
|
||||||
jsonrpsee = { workspace = true, features = ["client"] }
|
jsonrpsee = { workspace = true, features = ["client"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -76,7 +76,6 @@ reth-execution-errors.workspace = true
|
|||||||
reth-consensus = { workspace = true, features = ["test-utils"] }
|
reth-consensus = { workspace = true, features = ["test-utils"] }
|
||||||
reth-network-p2p = { workspace = true, features = ["test-utils"] }
|
reth-network-p2p = { workspace = true, features = ["test-utils"] }
|
||||||
reth-downloaders.workspace = true
|
reth-downloaders.workspace = true
|
||||||
reth-revm.workspace = true
|
|
||||||
reth-static-file.workspace = true
|
reth-static-file.workspace = true
|
||||||
reth-stages-api = { workspace = true, features = ["test-utils"] }
|
reth-stages-api = { workspace = true, features = ["test-utils"] }
|
||||||
reth-testing-utils.workspace = true
|
reth-testing-utils.workspace = true
|
||||||
@@ -87,7 +86,7 @@ reth-tracing.workspace = true
|
|||||||
|
|
||||||
alloy-primitives = { workspace = true, features = ["getrandom", "rand"] }
|
alloy-primitives = { workspace = true, features = ["getrandom", "rand"] }
|
||||||
alloy-rlp.workspace = true
|
alloy-rlp.workspace = true
|
||||||
itertools.workspace = true
|
|
||||||
tokio = { workspace = true, features = ["rt", "sync", "macros"] }
|
tokio = { workspace = true, features = ["rt", "sync", "macros"] }
|
||||||
assert_matches.workspace = true
|
assert_matches.workspace = true
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ tracing.workspace = true
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-db = { workspace = true, features = ["mdbx"] }
|
reth-db = { workspace = true, features = ["mdbx"] }
|
||||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||||
alloy-consensus.workspace = true
|
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
@@ -74,14 +74,12 @@ reth-ethereum-primitives.workspace = true
|
|||||||
|
|
||||||
revm-database-interface.workspace = true
|
revm-database-interface.workspace = true
|
||||||
revm-state.workspace = true
|
revm-state.workspace = true
|
||||||
parking_lot.workspace = true
|
|
||||||
tempfile.workspace = true
|
tempfile.workspace = true
|
||||||
assert_matches.workspace = true
|
assert_matches.workspace = true
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
eyre.workspace = true
|
|
||||||
|
|
||||||
tokio = { workspace = true, features = ["sync", "macros", "rt-multi-thread"] }
|
tokio = { workspace = true, features = ["sync", "macros", "rt-multi-thread"] }
|
||||||
alloy-consensus.workspace = true
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
test-utils = [
|
test-utils = [
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ reth-trie = { workspace = true, features = ["test-utils"] }
|
|||||||
|
|
||||||
# misc
|
# misc
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
rayon.workspace = true
|
|
||||||
criterion.workspace = true
|
criterion.workspace = true
|
||||||
proptest.workspace = true
|
proptest.workspace = true
|
||||||
proptest-arbitrary-interop.workspace = true
|
proptest-arbitrary-interop.workspace = true
|
||||||
|
|||||||
@@ -23,7 +23,3 @@ alloy-eips.workspace = true
|
|||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
secp256k1 = { workspace = true, features = ["rand"] }
|
secp256k1 = { workspace = true, features = ["rand"] }
|
||||||
rand_08.workspace = true
|
rand_08.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
alloy-eips.workspace = true
|
|
||||||
reth-primitives-traits.workspace = true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user