# 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 = "evm-rs-emulator" version = "0.1.4" exclude = ["install"] description = "A blazingly fast in-memory Ethereum Virtual Machine (EVM) emulator written in Rust" homepage = "https://github.com/Yashiru/evm-rs-emulator" readme = "README_CRATE.md" keywords = [ "evm", "bytecode", "emulator", ] categories = [ "development-tools::debugging", "emulators", "memory-management", ] license-file = "LICENSE" repository = "https://github.com/Yashiru/evm-rs-emulator" [dependencies.colored] version = "2.0.4" [dependencies.ethers] version = "2.0.7" [dependencies.hex] version = "0.4" [dependencies.mem_storage] version = "0.1.1" [dependencies.primitive-types] version = "0.12.1" [dependencies.rusty-hook] version = "0.11.2" [dependencies.tokio] version = "1" features = ["full"]