evm 0.7.1

Ethereum Virtual Machine implementation in Rust. Alias 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.7.1"
authors = ["Wei Tang <hi@that.world>"]
description = "Ethereum Virtual Machine implementation in Rust. Alias of SputnikVM."
license = "Apache-2.0"
repository = "https://git.that.world/evm-rs.git"
[dependencies.sha3]
version = "0.6"

[dependencies.etcommon-block]
version = "0.2"

[dependencies.lazy_static]
version = "0.2"

[dependencies.ripemd160]
version = "0.6"

[dependencies.sha2]
version = "0.6"

[dependencies.log]
version = "0.3"

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

[dependencies.etcommon-hexutil]
version = "0.2"

[dependencies.digest]
version = "0.6"
features = ["std"]

[dependencies.etcommon-rlp]
version = "0.2"

[dependencies.etcommon-bigint]
version = "0.2"