# 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 = "2018" name = "etk-dasm" version = "0.3.0" authors = [ "Sam Wilson ", "lightclient ", ] description = "EVM Toolkit disassembler" homepage = "https://quilt.github.io/etk" readme = "README.md" keywords = [ "etk", "ethereum", "disassembler", ] categories = [ "cryptography::cryptocurrencies", "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/quilt/etk" [[bin]] name = "disease" required-features = ["cli"] [dependencies.clap] version = "3.1" features = ["derive"] optional = true [dependencies.etk-4byte] version = "0.3.0" optional = true [dependencies.etk-asm] version = "0.3.0" [dependencies.etk-cli] version = "0.3.0" optional = true [dependencies.etk-ops] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.snafu] version = "0.7.1" optional = true [dev-dependencies.hex-literal] version = "0.3.4" [features] cli = [ "clap", "etk-cli", "snafu", "etk-4byte", ]