# 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 = "evmole" version = "0.5.1" authors = ["Maxim Andreev "] build = false exclude = [ "/javascript", "/python", "/benchmark", "/.github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Extracts function selectors and arguments from EVM bytecode" readme = "README.md" license = "MIT" repository = "https://github.com/cdump/evmole" [lib] name = "evmole" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.alloy-dyn-abi] version = "0.8" [dependencies.alloy-primitives] version = "0.8" [dependencies.pyo3] version = "0.22.2" features = ["extension-module"] optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [features] javascript = ["dep:wasm-bindgen"] python = ["dep:pyo3"] trace = []