# 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 = "three_em_evm" version = "0.2.0" authors = ["andreespirela ", "Divy Srivastava "] description = "A blazingly fast, secure, reliable, multi-language execution machine for Smart Contracts." license = "MIT" resolver = "2" [lib] path = "lib.rs" [dependencies.primitive-types] version = "0.10.1" default-features = false [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.3.4"