# 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 = "secp256k1-ecdsa" version = "0.2.0" authors = ["RustCrypto Developers"] description = "DISCONTINUED: use https://crates.io/crates/k256 instead.\nsecp256k1 support for the Elliptic Curve Digital Signature Algorithm (ECDSA)\nwritten in pure Rust.\n" keywords = ["bitcoin", "crypto", "ecc", "ethereum", "secp256k1"] categories = ["cryptography", "cryptography::cryptocurrencies", "no-std"] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/elliptic-curves" [dependencies]