evm-disassembler 0.5.0

Disassemble EVM bytecode into individual Opcodes and format into human readable strings.
Documentation
[dependencies.eyre]
version = "0.6.8"

[dependencies.hex]
version = "0.4.3"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.12.0"

[dev-dependencies.ethers]
version = "2.0.0"

[dev-dependencies.rstest]
version = "0.16.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.26.0"

[package]
authors = ["Christian Koopmann <c.k.e.koopmann@gmail.com>"]
description = """
Disassemble EVM bytecode into individual Opcodes and format into human readable strings.
"""
documentation = "https://docs.rs/evm-disassembler"
edition = "2021"
homepage = "https://docs.rs/evm_disassembler"
license = "MIT OR Apache-2.0"
name = "evm-disassembler"
readme = "README.md"
repository = "https://github.com/ckoopmann/evm-disassembler"
version = "0.5.0"