evm 0.9.4

Ethereum Virtual Machine implementation in Rust. Nightly version of SputnikVM.
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]
name = "evm"
version = "0.9.4"
authors = ["Wei Tang <hi@that.world>"]
description = "Ethereum Virtual Machine implementation in Rust. Nightly version of SputnikVM."
keywords = ["no_std"]
license = "Apache-2.0"
repository = "https://source.that.world/source/evm-rs"
[dependencies.digest]
version = "0.6"

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

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

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

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

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

[dependencies.ripemd160]
version = "0.6"

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

[dependencies.sha2]
version = "0.6"

[dependencies.sha3]
version = "0.6"
[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", "ethereum-block"]