65c4ff0775
* remove exit-future usage, as it is non maintained, and replace with async-channel which is already in the repo. * Merge branch 'unstable' of https://github.com/sigp/lighthouse into remove-exit-future * Merge branch 'unstable' of https://github.com/sigp/lighthouse into remove-exit-future
28 lines
769 B
TOML
28 lines
769 B
TOML
[package]
|
|
name = "execution_engine_integration"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
async-channel = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
task_executor = { workspace = true }
|
|
tokio = { workspace = true }
|
|
futures = { workspace = true }
|
|
environment = { workspace = true }
|
|
execution_layer = { workspace = true }
|
|
sensitive_url = { workspace = true }
|
|
types = { workspace = true }
|
|
unused_port = { workspace = true }
|
|
ethers-core = { workspace = true }
|
|
ethers-providers = { workspace = true }
|
|
deposit_contract = { workspace = true }
|
|
reqwest = { workspace = true }
|
|
hex = { workspace = true }
|
|
fork_choice = { workspace = true }
|
|
logging = { workspace = true }
|
|
|
|
[features]
|
|
portable = ["types/portable"]
|