# 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] edition = "2018" name = "evm-stateful" version = "0.11.1" authors = ["Wei Tang "] description = "Stateful evm-rs wrapped with tries." homepage = "https://ethereumclassic.org" license = "Apache-2.0" [dependencies.ethereum-bigint] version = "0.2" features = ["std"] default-features = false [dependencies.ethereum-block] version = "0.4" default-features = false [dependencies.ethereum-rlp] version = "0.2" features = ["std"] default-features = false [dependencies.ethereum-trie] version = "0.3" default-features = false [dependencies.evm] version = "0.11" features = ["std"] default-features = false [dependencies.rand] version = "0.3" [dependencies.sha3] version = "0.6" [dev-dependencies.ethereum-hexutil] version = "0.2" [dev-dependencies.evm-network-classic] version = "0.11" [dev-dependencies.lazy_static] version = "0.2" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] c-secp256k1 = ["evm/c-secp256k1", "ethereum-block/c-secp256k1"] default = ["rust-secp256k1"] rust-secp256k1 = ["evm/libsecp256k1", "ethereum-block/rust-secp256k1"]