# 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-state-client-lib" version = "0.9.0" authors = [ "Gabriel Coutinho de Paula ", "Roman Hodulák ", ] description = "An Ethereum reader library" homepage = "https://github.com/cartesi/state-fold" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/cartesi/state-fold" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.2" features = [ "derive", "env", ] [dependencies.eth-state-fold-types] version = "0.9" features = ["ethers"] [dependencies.eth-state-server-common] version = "0.9" features = ["server"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.snafu] version = "0.7" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.9"