# 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.11.0-beta.0" authors = ["Wei Tang "] description = "SputnikVM - a Portable Blockchain Virtual Machine" keywords = ["no_std", "ethereum"] license = "Apache-2.0" repository = "https://github.com/ETCDEVTeam/sputnikvm" [lib] name = "sputnikvm" [dependencies.digest] version = "0.6" [dependencies.etcommon-bigint] version = "0.2" features = ["rlp"] default-features = false [dependencies.etcommon-block] version = "0.5" optional = true default-features = false [dependencies.etcommon-block-core] version = "0.3" default-features = false [dependencies.etcommon-rlp] version = "0.2" default-features = false [dependencies.libsecp256k1] version = "0.1" optional = true [dependencies.log] version = "0.4" [dependencies.ripemd160] version = "0.6" [dependencies.secp256k1-plus] version = "0.5" optional = true [dependencies.sha2] version = "0.6" [dependencies.sha3] version = "0.6" [dev-dependencies.etcommon-hexutil] version = "0.2" [features] c-secp256k1 = ["secp256k1-plus", "etcommon-block/c-secp256k1"] default = ["std", "c-secp256k1"] rust-secp256k1 = ["libsecp256k1", "etcommon-block/rust-secp256k1"] std = ["etcommon-block-core/std", "etcommon-rlp/std", "etcommon-bigint/std", "etcommon-block"]