sputnikvm 0.7.8

SputnikVM - 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]
name = "sputnikvm"
version = "0.7.8"
authors = ["Wei Tang <hi@that.world>"]
description = "SputnikVM - a Portable Blockchain Virtual Machine"
keywords = ["no_std"]
license = "Apache-2.0"
repository = "https://github.com/ethereumproject/sputnikvm"

[lib]
name = "sputnikvm"
[dependencies.etcommon-hexutil]
version = "0.2"
default-features = false

[dependencies.lazy_static]
version = "0.2"
optional = true

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

[dependencies.sha3]
version = "0.6"

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

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

[dependencies.sha2]
version = "0.6"
optional = true

[dependencies.etcommon-block]
version = "0.3"
optional = true

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

[dependencies.digest]
version = "0.6"

[dependencies.ripemd160]
version = "0.6"
optional = true

[features]
default = ["std"]
std = ["etcommon-block-core/std", "etcommon-rlp/std", "etcommon-bigint/std", "etcommon-hexutil/std", "etcommon-block", "secp256k1-plus", "sha2", "ripemd160", "lazy_static"]