mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove unused deps (#11898)
This commit is contained in:
@ -17,7 +17,6 @@ reth-primitives.workspace = true
|
||||
reth-execution-errors.workspace = true
|
||||
reth-db.workspace = true
|
||||
reth-db-api.workspace = true
|
||||
reth-stages-types.workspace = true
|
||||
reth-storage-errors.workspace = true
|
||||
reth-trie-common.workspace = true
|
||||
reth-trie.workspace = true
|
||||
@ -32,10 +31,7 @@ alloy-primitives.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
# misc
|
||||
rayon.workspace = true
|
||||
derive_more.workspace = true
|
||||
auto_impl.workspace = true
|
||||
itertools.workspace = true
|
||||
|
||||
# `metrics` feature
|
||||
reth-metrics = { workspace = true, optional = true }
|
||||
@ -56,7 +52,6 @@ reth-provider = { workspace = true, features = ["test-utils"] }
|
||||
reth-storage-errors.workspace = true
|
||||
reth-trie-common = { workspace = true, features = ["test-utils", "arbitrary"] }
|
||||
reth-trie = { workspace = true, features = ["test-utils"] }
|
||||
reth-node-types.workspace = true
|
||||
|
||||
alloy-consensus.workspace = true
|
||||
|
||||
@ -66,12 +61,6 @@ triehash = "0.8"
|
||||
# misc
|
||||
proptest.workspace = true
|
||||
proptest-arbitrary-interop.workspace = true
|
||||
tokio = { workspace = true, default-features = false, features = [
|
||||
"sync",
|
||||
"rt",
|
||||
"macros",
|
||||
] }
|
||||
tokio-stream.workspace = true
|
||||
serde_json.workspace = true
|
||||
similar-asserts.workspace = true
|
||||
|
||||
|
||||
@ -15,7 +15,6 @@ workspace = true
|
||||
# reth
|
||||
reth-primitives.workspace = true
|
||||
reth-db.workspace = true
|
||||
reth-db-api.workspace = true
|
||||
reth-trie.workspace = true
|
||||
reth-trie-db.workspace = true
|
||||
reth-execution-errors.workspace = true
|
||||
@ -46,7 +45,11 @@ reth-trie = { workspace = true, features = ["test-utils"] }
|
||||
|
||||
# misc
|
||||
rand.workspace = true
|
||||
tokio = { workspace = true, default-features = false, features = ["sync", "rt", "macros"] }
|
||||
tokio = { workspace = true, default-features = false, features = [
|
||||
"sync",
|
||||
"rt",
|
||||
"macros",
|
||||
] }
|
||||
rayon.workspace = true
|
||||
criterion = { workspace = true, features = ["async_tokio"] }
|
||||
proptest.workspace = true
|
||||
|
||||
@ -14,7 +14,6 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-primitives.workspace = true
|
||||
reth-tracing.workspace = true
|
||||
reth-trie-common.workspace = true
|
||||
reth-trie.workspace = true
|
||||
@ -23,16 +22,11 @@ reth-trie.workspace = true
|
||||
alloy-primitives.workspace = true
|
||||
alloy-rlp.workspace = true
|
||||
|
||||
# tracing
|
||||
tracing.workspace = true
|
||||
|
||||
# misc
|
||||
rayon.workspace = true
|
||||
smallvec = { workspace = true, features = ["const_new"] }
|
||||
thiserror.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reth-primitives = { workspace = true, features = ["test-utils", "arbitrary"] }
|
||||
reth-testing-utils.workspace = true
|
||||
reth-trie = { workspace = true, features = ["test-utils"] }
|
||||
reth-trie-common = { workspace = true, features = ["test-utils", "arbitrary"] }
|
||||
|
||||
@ -31,7 +31,6 @@ tracing.workspace = true
|
||||
|
||||
# misc
|
||||
rayon.workspace = true
|
||||
derive_more.workspace = true
|
||||
auto_impl.workspace = true
|
||||
itertools.workspace = true
|
||||
|
||||
@ -50,7 +49,6 @@ serde_with = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
# reth
|
||||
reth-chainspec.workspace = true
|
||||
reth-primitives = { workspace = true, features = ["test-utils", "arbitrary"] }
|
||||
reth-trie-common = { workspace = true, features = ["test-utils", "arbitrary"] }
|
||||
|
||||
@ -60,11 +58,6 @@ triehash = "0.8"
|
||||
# misc
|
||||
proptest.workspace = true
|
||||
proptest-arbitrary-interop.workspace = true
|
||||
tokio = { workspace = true, default-features = false, features = [
|
||||
"sync",
|
||||
"rt",
|
||||
"macros",
|
||||
] }
|
||||
serde_json.workspace = true
|
||||
criterion.workspace = true
|
||||
bincode.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user