mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-14 08:55:01 -05:00
40 lines
963 B
TOML
40 lines
963 B
TOML
[package]
|
|
name = "reth-ress-provider"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
reth-ress-protocol.workspace = true
|
|
reth-primitives-traits.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-network.workspace = true
|
|
reth-network-api.workspace = true
|
|
reth-evm.workspace = true
|
|
reth-revm = { workspace = true, features = ["witness"] }
|
|
reth-chain-state.workspace = true
|
|
reth-trie.workspace = true
|
|
reth-engine-primitives.workspace = true
|
|
reth-ethereum-primitives.workspace = true
|
|
reth-tasks.workspace = true
|
|
reth-tokio-util.workspace = true
|
|
reth-node-api.workspace = true
|
|
|
|
# alloy
|
|
alloy-primitives.workspace = true
|
|
alloy-consensus.workspace = true
|
|
|
|
# misc
|
|
futures.workspace = true
|
|
tokio.workspace = true
|
|
parking_lot.workspace = true
|
|
schnellru.workspace = true
|
|
eyre.workspace = true
|
|
tracing.workspace = true
|