[dependencies]
[[example]]
name = "advanced_analysis"
path = "examples/advanced_analysis.rs"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[[example]]
name = "contract_analyzer"
path = "examples/contract_analyzer.rs"
[[example]]
name = "registry_usage"
path = "examples/registry_usage.rs"
[features]
default = ["std"]
std = []
unified-opcodes = []
[lib]
name = "eot"
path = "src/lib.rs"
[package]
authors = ["alake"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "development-tools"]
description = "EVM Opcode Table - Rust implementation of EVM opcodes for all Ethereum forks"
documentation = "https://docs.rs/eot"
edition = "2021"
homepage = "https://github.com/g4titanx/eot"
keywords = ["ethereum", "evm", "opcodes", "blockchain", "smart-contracts"]
license = "MIT"
name = "eot"
readme = "README.md"
repository = "https://github.com/g4titanx/eot"
version = "0.1.1"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "unified_opcodes"
path = "tests/unified_opcodes.rs"