# 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_hound" version = "0.1.4" authors = ["g00dv1n"] exclude = [ ".github/", "testdata/", "examples/", ] description = "A Minimalistic Rust library to extract all potential function selectors from EVM bytecode without source code" documentation = "https://docs.rs/evm_hound" readme = "README.md" keywords = [ "ethereum", "evm", "bytecode", "selectors", "abi", ] categories = [ "cryptography::cryptocurrencies", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/g00dv1n/evm-hound-rs" [dev-dependencies.ethers] version = "2.0" [dev-dependencies.eyre] version = "0.6" [dev-dependencies.tokio] version = "1" features = ["full"]