# 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-fold-types" 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.anyhow] version = "1" [dependencies.ethabi] version = "18" [dependencies.ethers] version = "1.0" features = [ "ws", "abigen", "rustls", ] optional = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.snafu] version = "0.7" [dependencies.toml] version = "0.5"