[package]
name = "ethexe-node-wrapper"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Node process wrapper utilities for ethexe"
documentation = "https://docs.rs/ethexe-node-wrapper"
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords = ["ethexe", "node", "process", "testing", "rpc"]
categories = ["development-tools::testing", "asynchronous"]
[dependencies]
ethexe-rpc-client.workspace = true
ethexe-common.workspace = true
which.workspace = true
jsonrpsee = { workspace = true, features = ["client", "ws-client"] }
thiserror.workspace = true
tokio.workspace = true
libc.workspace = true
gear-workspace-hack.workspace = true
[lints]
workspace = true