# 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" version = "0.3.2" authors = ["Arto Bendiken "] description = "EVM.rs is a library for decoding and manipulating EVM bytecode." homepage = "https://github.com/artob/evm.rs" documentation = "https://docs.rs/evm_rs" readme = "README.md" keywords = [ "ethereum", "evm", "web3", ] categories = [ "cryptography::cryptocurrencies", "encoding", "parser-implementations", ] license = "Unlicense" repository = "https://github.com/artob/evm.rs" resolver = "2" [dependencies.ethnum] version = "1.2.1" [dependencies.hex] version = "0.4.3"