# 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 = "risc0-ethereum-view-call" version = "0.9.0" description = "A library to query Ethereum state, or any other EVM-based blockchain state within the RISC Zero zkVM." homepage = "https://risczero.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/risc0/risc0-ethereum/" [dependencies.alloy-primitives] version = "0.6.4" features = [ "serde", "rlp", "std", ] [dependencies.alloy-rlp] version = "0.3.4" default-features = false [dependencies.alloy-rlp-derive] version = "0.3.4" default-features = false [dependencies.alloy-sol-types] version = "0.6.4" [dependencies.anyhow] version = "1.0" [dependencies.ethers-core] version = "2.0" optional = true [dependencies.ethers-providers] version = "2.0" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.nybbles] version = "0.2.1" features = ["serde"] [dependencies.once_cell] version = "1.19" [dependencies.revm] version = "7.2" features = [ "std", "serde", ] default-features = false [dependencies.rlp] version = "0.5.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.35" optional = true [dev-dependencies.alloy-trie] version = "0.3.0" [dev-dependencies.test-log] version = "0.2.15" [features] default = [] host = [ "dep:ethers-core", "dep:ethers-providers", "dep:log", "dep:serde_json", "dep:tokio", "revm/ethersdb", ]