evm-gasometer 0.43.0

Ethereum Virtual Machine
Documentation
# 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-gasometer"
version = "0.43.0"
authors = [
    "Wei Tang <hi@that.world>",
    "Parity Technologies <admin@parity.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ethereum Virtual Machine"
readme = false
keywords = [
    "no_std",
    "ethereum",
]
license = "Apache-2.0"
repository = "https://github.com/rust-ethereum/evm"

[features]
default = ["std"]
force-debug = ["log"]
std = [
    "environmental/std",
    "primitive-types/std",
    "evm-core/std",
    "evm-runtime/std",
]
tracing = ["environmental"]

[lib]
name = "evm_gasometer"
path = "src/lib.rs"

[dependencies.environmental]
version = "1.1.2"
optional = true
default-features = false

[dependencies.evm-core]
version = "0.43"
default-features = false

[dependencies.evm-runtime]
version = "0.43"
default-features = false

[dependencies.log]
version = "0.4"
optional = true

[dependencies.primitive-types]
version = "0.13"
default-features = false