# 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 = "cashweb-secp256k1" version = "0.19.1" authors = ["Dawid Ciężarkiewicz ", "Andrew Poelstra "] autoexamples = false description = "Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities." homepage = "https://github.com/cashweb/cashweb-secp256k1/" documentation = "https://docs.rs/cashweb-secp256k1/" readme = "README.md" keywords = ["crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin"] license = "CC0-1.0" repository = "https://github.com/cashweb/cashweb-secp256k1/" [package.metadata.docs.rs] features = ["rand", "rand-std", "serde", "recovery", "endomorphism"] [[example]] name = "sign_verify_recovery" required-features = ["recovery"] [[example]] name = "sign_verify" [[example]] name = "generate_keys" required-features = ["rand"] [dependencies.bitcoin_hashes] version = "0.9.4" optional = true [dependencies.cashweb-secp256k1-sys] version = "0.3.1" default-features = false [dependencies.rand] version = "0.6.0" optional = true default-features = false [dependencies.serde] version = "1.0.118" optional = true default-features = false [dev-dependencies.bitcoin_hashes] version = "0.9.4" [dev-dependencies.rand] version = "0.6.0" [dev-dependencies.rand_core] version = "0.4.0" [dev-dependencies.serde_test] version = "1.0.118" [features] default = ["std"] endomorphism = ["cashweb-secp256k1-sys/endomorphism"] global-context = ["std", "rand-std"] lowmemory = ["cashweb-secp256k1-sys/lowmemory"] rand-std = ["rand/std"] recovery = ["cashweb-secp256k1-sys/recovery"] std = ["cashweb-secp256k1-sys/std"] unstable = ["recovery", "rand-std"] [target.wasm32-unknown-unknown.dev-dependencies.rand] version = "0.6" features = ["wasm-bindgen"] [target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test] version = "0.3.19"