[package] name = "arbiter-engine" version = "0.4.0" edition = "2021" authors = [ "Waylon Jepsen ", "Colin Roberts ", ] description = "Allowing smart contract developers to do simulation driven development via an EVM emulator" license = "Apache-2.0" keywords = ["ethereum", "evm", "emulator", "testing", "smart-contracts"] readme = "../README.md" documentation = "https://docs.rs/arbiter-engine" homepage = "https://github.com/primitivefinance/arbiter" repository = "https://github.com/primitivefinance/arbiter" [dependencies] arbiter-bindings.workspace = true arbiter-core.workspace = true arbiter-macros.workspace = true ethers.workspace = true tokio.workspace = true tokio-stream = "0.1.15" futures.workspace = true futures-util.workspace = true async-trait.workspace = true async-stream.workspace = true serde.workspace = true serde_json.workspace = true toml.workspace = true thiserror.workspace = true tracing.workspace = true anyhow.workspace = true crossbeam-channel.workspace = true [dev-dependencies] arbiter-core.workspace = true arbiter-bindings.workspace = true tracing-subscriber = "0.3.18" tracing-test = "0.2.4"