[package] name = "eth_event_stream" version = "0.1.0" edition = "2021" exclude = ["*.sh"] license = "MIT" description = "Synchronized multiple type ethereum event streaming for arbitrary time frames." [dependencies] web3 = "0.18.0" tokio = "1.19.2" anyhow = "1.0" hex = "0.4.3" ethabi = "16.0.0" nom = "7.1.1" tokio-retry = "0.3" ethereum-types = "0.12.1" eth_event_macro = { version = "0.1.0", path = "../eth_event_macro" } [dev-dependencies] clap = { version = "3.0.0-rc.9", features = ["derive"] }