# 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-runtime" version = "0.41.0" authors = [ "Wei Tang ", "Parity Technologies ", ] description = "SputnikVM - a Portable Blockchain Virtual Machine" keywords = [ "no_std", "ethereum", ] license = "Apache-2.0" repository = "https://github.com/sorpaas/rust-evm" [dependencies.auto_impl] version = "1.0" [dependencies.environmental] version = "1.1.2" optional = true default-features = false [dependencies.evm-core] version = "0.41" default-features = false [dependencies.primitive-types] version = "0.12" default-features = false [dependencies.sha3] version = "0.10" default-features = false [features] default = ["std"] std = [ "environmental/std", "primitive-types/std", "sha3/std", "evm-core/std", ] tracing = ["environmental"]