ethereumvm 0.11.0

EthereumVM - a Portable Blockchain 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "ethereumvm"
version = "0.11.0"
authors = ["Wei Tang <hi@that.world>", "Mike Lubinets <public@mersinvald.me>"]
description = "EthereumVM - a Portable Blockchain Virtual Machine"
keywords = ["no_std", "ethereum"]
license = "Apache-2.0"
repository = "https://github.com/ethereumproject/evm-rs"

[lib]
name = "ethereumvm"
[dependencies.delegate]
version = "0.1.3"

[dependencies.digest]
version = "0.6"

[dependencies.ethereum-bigint]
version = "0.2"
features = ["rlp"]
default-features = false

[dependencies.ethereum-block]
version = "0.4"
optional = true
default-features = false

[dependencies.ethereum-block-core]
version = "0.2.0"
default-features = false

[dependencies.ethereum-rlp]
version = "0.2"
default-features = false

[dependencies.libsecp256k1]
version = "0.1"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.num-bigint]
version = "0.1"
optional = true

[dependencies.ripemd160]
version = "0.6"

[dependencies.secp256k1-plus]
version = "0.5"
optional = true

[dependencies.sha2]
version = "0.6"

[dependencies.sha3]
version = "0.6"

[dependencies.smallvec]
version = "0.6.8"
default-features = false
[dev-dependencies.ethereum-hexutil]
version = "0.2"

[features]
c-secp256k1 = ["secp256k1-plus", "ethereum-block/c-secp256k1"]
default = ["std", "rust-secp256k1"]
rust-secp256k1 = ["libsecp256k1", "ethereum-block/rust-secp256k1"]
std = ["ethereum-block-core/std", "ethereum-rlp/std", "ethereum-bigint/std", "smallvec/std", "ethereum-block"]