# 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-network-foundation" version = "0.11.0-beta.0" authors = ["Wei Tang "] description = "Ethereum patches for SputnikVM." license = "Apache-2.0" repository = "https://github.com/ETCDEVTeam/sputnikvm" [dependencies.etcommon-bigint] version = "0.2" default-features = false [dependencies.sputnikvm] version = "0.11.0-beta" default-features = false [dependencies.sputnikvm-precompiled-bn128] version = "0.11.0-beta" default-features = false [dependencies.sputnikvm-precompiled-modexp] version = "0.11.0-beta" default-features = false [features] c-secp256k1 = ["sputnikvm/c-secp256k1", "sputnikvm-precompiled-bn128/c-secp256k1", "sputnikvm-precompiled-modexp/c-secp256k1"] default = ["std", "c-secp256k1"] rlp = ["etcommon-bigint/rlp"] rust-secp256k1 = ["sputnikvm/rust-secp256k1", "sputnikvm-precompiled-bn128/rust-secp256k1", "sputnikvm-precompiled-modexp/rust-secp256k1"] std = ["sputnikvm/std"]