# 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-server-common" version = "0.9.0" authors = [ "Gabriel Coutinho de Paula ", "Roman Hodulák ", ] include = [ "build.rs", "**/*.rs", "Cargo.toml", "grpc-interfaces/*.proto", ] 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.eth-state-fold-types] version = "0.9" [dependencies.prost] version = "0.11" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.snafu] version = "0.7" [dependencies.tonic] version = "0.9" [build-dependencies.anyhow] version = "1" [build-dependencies.tonic-build] version = "0.9" [features] client = [] default = ["client"] server = []