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