# 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-opcodes" version = "0.0.4" authors = ["clearloop"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of EVM opcode" homepage = "https://github.com/clearloop/zink" documentation = "https://docs.rs/evm-opcodes" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/clearloop/zink.git" [package.metadata.docs.rs] all-features = true [lib] name = "evm_opcodes" path = "src/lib.rs" [dependencies.paste] version = "1.0.14" [features] data = []