# 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-exec-utils" version = "0.3.2" authors = ["Diem Association "] description = "EVM exec utils" license = "Apache-2.0" resolver = "2" [dependencies.anyhow] version = "1.0.52" [dependencies.evm] version = "0.33.1" features = ["tracing"] [dependencies.evm-runtime] version = "0.33.0" features = ["tracing"] [dependencies.hex] version = "0.4.3" [dependencies.move-command-line-common] version = "0.3.0" [dependencies.primitive-types] version = "0.10.1" [dependencies.sha3] version = "0.9.1" [dependencies.tempfile] version = "3.2.0"