deps: rm unused deps (#10229)

This commit is contained in:
Thomas Coratger
2024-08-09 14:09:01 +02:00
committed by GitHub
parent 5716c20198
commit 3c709981da
5 changed files with 1 additions and 10 deletions

View File

@ -15,7 +15,6 @@ workspace = true
reth-primitives.workspace = true
reth-errors.workspace = true
reth-fs-util.workspace = true
reth-rpc.workspace = true
reth-rpc-types.workspace = true
reth-rpc-types-compat.workspace = true
reth-engine-primitives.workspace = true
@ -46,7 +45,6 @@ tracing.workspace = true
[features]
optimism = [
"reth-rpc/optimism",
"reth-beacon-consensus/optimism",
"reth-ethereum-forks/optimism"
]

View File

@ -47,7 +47,6 @@ tokio-util = { workspace = true, features = ["codec"] }
# io
serde = { workspace = true, optional = true }
humantime-serde = { workspace = true, optional = true }
serde_json = { workspace = true, optional = true }
# metrics
@ -100,7 +99,7 @@ criterion = { workspace = true, features = ["async_tokio", "html_reports"] }
[features]
default = ["serde"]
geth-tests = []
serde = ["dep:serde", "dep:humantime-serde", "secp256k1/serde", "enr/serde", "dep:serde_json", "reth-network-types/serde"]
serde = ["dep:serde", "secp256k1/serde", "enr/serde", "dep:serde_json", "reth-network-types/serde"]
test-utils = ["dep:reth-provider", "reth-provider?/test-utils", "dep:tempfile", "reth-transaction-pool/test-utils", "reth-network-types/test-utils"]
[[bench]]

View File

@ -82,7 +82,6 @@ reth-provider = { workspace = true, features = ["test-utils"] }
jsonrpsee-types.workspace = true
jsonrpsee = { workspace = true, features = ["client"] }
assert_matches.workspace = true
[features]
optimism = [

View File

@ -58,7 +58,6 @@ arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-arbitrary-interop.workspace = true
paste.workspace = true
assert_matches.workspace = true