[dependencies.auto_impl]
version = "1.0"
[dependencies.environmental]
default-features = false
optional = true
version = "1.1.2"
[dependencies.evm-core]
default-features = false
version = "0.41"
[dependencies.primitive-types]
default-features = false
version = "0.12"
[dependencies.sha3]
default-features = false
version = "0.10"
[features]
default = ["std"]
std = ["environmental/std", "primitive-types/std", "sha3/std", "evm-core/std"]
tracing = ["environmental"]
[package]
authors = ["Wei Tang <hi@that.world>", "Parity Technologies <admin@parity.io>"]
description = "SputnikVM - a Portable Blockchain Virtual Machine"
edition = "2018"
keywords = ["no_std", "ethereum"]
license = "Apache-2.0"
name = "evm-runtime"
repository = "https://github.com/sorpaas/rust-evm"
version = "0.41.0"