# 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 = "revme" version = "2.1.0" authors = ["Dragan Rakita "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust Ethereum Virtual Machine Executable" readme = "README.md" keywords = [ "ethereum", "evm", ] license = "MIT" repository = "https://github.com/bluealloy/revm" [lib] name = "revme" path = "src/lib.rs" [[bin]] name = "revme" path = "src/main.rs" [dependencies.alloy-rlp] version = "0.3" features = [ "arrayvec", "derive", ] default-features = false [dependencies.hash-db] version = "0.15" [dependencies.hex] version = "0.4" [dependencies.indicatif] version = "0.17" [dependencies.k256] version = "0.13.3" features = ["ecdsa"] [dependencies.microbench] version = "0.5" [dependencies.plain_hasher] version = "0.2" [dependencies.revm] version = "18.0.0" features = [ "ethersdb", "std", "serde-json", "c-kzg", "blst", ] default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.triehash] version = "0.8" [dependencies.walkdir] version = "2.5"