# 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-disassembler" version = "0.5.0" authors = ["Christian Koopmann "] description = """ Disassemble EVM bytecode into individual Opcodes and format into human readable strings. """ homepage = "https://docs.rs/evm_disassembler" documentation = "https://docs.rs/evm-disassembler" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ckoopmann/evm-disassembler" [dependencies.eyre] version = "0.6.8" [dependencies.hex] version = "0.4.3" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.ethers] version = "2.0.0" [dev-dependencies.rstest] version = "0.16.0" [dev-dependencies.tokio] version = "1.26.0" features = ["full"]