eth-state-fold 0.9.0

An Ethereum reader library
Documentation
[dependencies.async-recursion]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
features = ["derive", "env"]
version = "4.2"

[dependencies.eth-block-history]
version = "0.9"

[dependencies.eth-state-fold-types]
features = ["ethers"]
version = "0.9"

[dependencies.futures]
version = "0.3"

[dependencies.snafu]
version = "0.7"

[dependencies.tokio]
features = ["sync"]
version = "1"

[dev-dependencies.tokio]
features = ["macros"]
version = "1"

[package]
authors = ["Gabriel Coutinho de Paula <gcdepaula@protonmail.io>", "Roman Hodulák <hodulakr@gmail.com>"]
description = "An Ethereum reader library"
edition = "2021"
homepage = "https://github.com/cartesi/state-fold"
license-file = "LICENSE"
name = "eth-state-fold"
readme = "README.md"
repository = "https://github.com/cartesi/state-fold"
version = "0.9.0"