[package] name = "hero-client-unix" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] } # JSON-RPC async client and params types jsonrpsee = { version = "0.21", features = ["macros", "async-client"] } jsonrpsee-types = "0.21" # IPC transport reth-ipc = { git = "https://github.com/paradigmxyz/reth", package = "reth-ipc" }