# 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-interpreter" version = "1.0.0-alpha.2" authors = ["rust-evm Developers "] description = "The interpreter part of Ethereum Virtual Machine" keywords = [ "no_std", "ethereum", "evm", ] license = "Apache-2.0" repository = "https://github.com/rust-ethereum/evm" [dependencies.primitive-types] version = "0.12" features = ["rlp"] default-features = false [dependencies.rlp] version = "0.5" default-features = false [dependencies.scale-codec] version = "3.2" features = [ "derive", "full", ] optional = true default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.3" features = ["derive"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.sha3] version = "0.10" default-features = false [dev-dependencies.hex] version = "0.4" [features] default = ["std"] std = [ "primitive-types/std", "rlp/std", "serde/std", "scale-codec/std", "scale-info/std", "sha3/std", ] with-codec = [ "scale-codec", "scale-info", "primitive-types/impl-codec", ] with-serde = [ "serde", "primitive-types/impl-serde", ]