evm-exec-utils 0.3.2

EVM exec utils
Documentation
[package]
name = "evm-exec-utils"
version = "0.3.2"
authors = ["Diem Association <opensource@diem.com>"]
description = "EVM exec utils"
edition = "2021"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# external dependencies
sha3 = "0.9.1"
evm = { version = "0.33.1", features = ["tracing"] }
evm-runtime = { version = "0.33.0", features = ["tracing"] }
primitive-types = "0.10.1"
hex = "0.4.3"
tempfile = "3.2.0"
anyhow = "1.0.52"
# move dependencies
move-command-line-common = { version = "0.3.0", path = "../../move-command-line-common" }