# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "secp256k1-zkp" version = "0.11.0" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra ", "Lucas Soriano ", "Thomas Eizinger ", ] autoexamples = false description = "Rust bindings for the `libsecp256k1-zkp` library." homepage = "https://github.com/ElementsProject/rust-secp256k1-zkp/" readme = "README.md" keywords = [ "crypto", "ECDSA", "secp256k1-zkp", "libsecp256k1-zkp", "elements", ] license = "CC0-1.0" repository = "https://github.com/ElementsProject/rust-secp256k1-zkp/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.actual-rand] version = "0.8" optional = true default-features = false package = "rand" [dependencies.actual-serde] version = "1.0" optional = true default-features = false package = "serde" [dependencies.internals] version = "0.1.0" package = "bitcoin-private" [dependencies.secp256k1] version = "0.29.0" [dependencies.secp256k1-zkp-sys] version = "0.10.0" default-features = false [dev-dependencies.serde_test] version = "1.0" [features] default = ["std"] global-context = [ "std", "rand-std", "secp256k1/global-context", ] hashes = ["secp256k1/hashes"] lowmemory = [ "secp256k1-zkp-sys/lowmemory", "secp256k1/lowmemory", ] rand = [ "actual-rand", "secp256k1/rand", ] rand-std = [ "actual-rand/std", "secp256k1/rand-std", ] recovery = [ "secp256k1-zkp-sys/recovery", "secp256k1/recovery", ] serde = [ "actual-serde", "secp256k1/serde", ] std = [ "secp256k1-zkp-sys/std", "secp256k1/std", ] [target.wasm32-unknown-unknown.dev-dependencies.getrandom] version = "0.2" features = ["js"] [target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test] version = "0.3" [lints.rust.unexpected_cfgs] level = "deny" priority = 0