# 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] name = "secp256k1-zkp-sys" version = "0.10.1" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra ", "Steven Roose ", "Lucas Soriano ", "Thomas Eizinger ", ] build = "build.rs" links = "rustsecp256k1zkp_v0_10_0" description = "FFI for `libsecp256k1-zkp` library." homepage = "https://github.com/ElementsProject/rust-secp256k1-zkp/" readme = "README.md" keywords = [ "secp256k1", "libsecp256k1-zkp", "ffi", ] license = "CC0-1.0" repository = "https://github.com/ElementsProject/rust-secp256k1-zkp/" [package.metadata.docs.rs] features = [ "recovery", "lowmemory", ] [dependencies.secp256k1-sys] version = "0.10.0" [build-dependencies.cc] version = "1.0.28" [features] default = ["std"] lowmemory = ["secp256k1-sys/lowmemory"] recovery = ["secp256k1-sys/recovery"] std = [] [lints.rust.unexpected_cfgs] level = "deny" priority = 0