# 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 = "2018" name = "evm" version = "0.41.1" authors = [ "Wei Tang ", "Parity Technologies ", ] description = "SputnikVM - a Portable Blockchain Virtual Machine" readme = "README.md" keywords = [ "no_std", "ethereum", ] license = "Apache-2.0" repository = "https://github.com/sorpaas/rust-evm" [[bench]] name = "loop" harness = false [dependencies.auto_impl] version = "1.0" [dependencies.environmental] version = "1.1.2" optional = true default-features = false [dependencies.ethereum] version = "0.15" default-features = false [dependencies.evm-core] version = "0.41" default-features = false [dependencies.evm-gasometer] version = "0.41" default-features = false [dependencies.evm-runtime] version = "0.41" default-features = false [dependencies.log] version = "0.4" default-features = false [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"] 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.criterion] version = "0.4" [dev-dependencies.hex] version = "0.4" [features] default = ["std"] force-debug = [ "evm-core/force-debug", "evm-gasometer/force-debug", ] std = [ "ethereum/std", "log/std", "primitive-types/std", "rlp/std", "sha3/std", "environmental/std", "scale-codec/std", "scale-info/std", "serde/std", "evm-core/std", "evm-gasometer/std", "evm-runtime/std", ] tracing = [ "environmental", "evm-gasometer/tracing", "evm-runtime/tracing", ] with-codec = [ "scale-codec", "scale-info", "primitive-types/codec", "primitive-types/scale-info", "ethereum/with-codec", "evm-core/with-codec", ] with-serde = [ "serde", "primitive-types/impl-serde", "evm-core/with-serde", "ethereum/with-serde", ]