[dependencies.derive_more]
features = ["display"]
version = "2.0.1"
[dependencies.strum]
features = ["derive"]
version = "0.27.1"
[lib]
name = "eva_asm"
path = "src/lib.rs"
[lints.clippy]
missing_docs_in_private_items = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
pedantic = "warn"
[lints.rust]
missing_docs = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "data-structures"]
description = "EVM assembly instructions, opcodes and mnemonics"
edition = "2024"
keywords = ["evm", "ethereum", "bytecode", "assembly"]
license = "MIT"
name = "eva-asm"
readme = "README.md"
repository = "https://github.com/evanalyzer/eva"
version = "0.2.0"