# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "eth_event_stream" version = "0.1.0" exclude = ["*.sh"] description = "Synchronized multiple type ethereum event streaming for arbitrary time frames." license = "MIT" [dependencies.anyhow] version = "1.0" [dependencies.eth_event_macro] version = "0.1.0" [dependencies.ethabi] version = "16.0.0" [dependencies.ethereum-types] version = "0.12.1" [dependencies.hex] version = "0.4.3" [dependencies.nom] version = "7.1.1" [dependencies.tokio] version = "1.19.2" [dependencies.tokio-retry] version = "0.3" [dependencies.web3] version = "0.18.0" [dev-dependencies.clap] version = "3.0.0-rc.9" features = ["derive"]