# 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 = "ethereumvm-precompiled-modexp" version = "0.11.0" authors = ["Wei Tang "] description = "modexp precompiled contracts for EthereumVM." license = "Apache-2.0" repository = "https://github.com/ethereumproject/evm-rs" [dependencies.ethereum-bigint] version = "0.2" default-features = false [dependencies.ethereumvm] version = "0.11" default-features = false [dependencies.num-bigint] version = "0.1" [dev-dependencies.ethereum-hexutil] version = "0.2" [features] c-secp256k1 = ["ethereumvm/c-secp256k1"] default = ["std", "rust-secp256k1"] rlp = ["ethereum-bigint/rlp"] rust-secp256k1 = ["ethereumvm/rust-secp256k1"] std = ["ethereumvm/std"]