# 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-network-foundation" version = "0.11.0" authors = ["Wei Tang "] description = "Ethereum patches for SputnikVM. Deprecated and will be dropped in future releases: use evm-network instead" license = "Apache-2.0" repository = "https://github.com/ethereumproject/evm-rs" [dependencies.ethereum-bigint] version = "0.2" default-features = false [dependencies.evm] version = "0.11" default-features = false [dependencies.evm-precompiled-bn128] version = "0.11" default-features = false [dependencies.evm-precompiled-modexp] version = "0.11" default-features = false [features] c-secp256k1 = ["evm/c-secp256k1", "evm-precompiled-bn128/c-secp256k1", "evm-precompiled-modexp/c-secp256k1"] default = ["std", "rust-secp256k1"] rlp = ["ethereum-bigint/rlp"] rust-secp256k1 = ["evm/rust-secp256k1", "evm-precompiled-bn128/rust-secp256k1", "evm-precompiled-modexp/rust-secp256k1"] std = ["evm/std"]