sputnikvm 0.9.3

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

[lib]
name = "sputnikvm"
[dependencies.digest]
version = "0.6"

[dependencies.ripemd160]
version = "0.6"

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

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

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

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

[dependencies.sha2]
version = "0.6"

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

[dependencies.sha3]
version = "0.6"

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

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