# 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 = "gringron_secp256k1zkp" version = "0.7.12" authors = [ "GrinGron Developers ", "Dawid Ciężarkiewicz ", "Andrew Poelstra ", ] build = "build.rs" description = "GrinGron's fork with Zero-Knowledge extensions of Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities." homepage = "https://gringron.com" readme = "README.md" keywords = [ "crypto", "secp256k1", "gringron", "bitcoin", "zero-knowledge", ] license = "CC0-1.0" repository = "https://github.com/groncoin/rust-secp256k1/" [lib] name = "secp256k1zkp" path = "src/lib.rs" [dependencies.arrayvec] version = "0.3" [dependencies.clippy] version = "0.0" optional = true [dependencies.libc] version = "0.2" [dependencies.rand] version = "0.5" [dependencies.rustc-serialize] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.zeroize] version = "1.1" features = ["zeroize_derive"] [dev-dependencies.chrono] version = "0.4.5" [dev-dependencies.rand_core] version = "0.2" [build-dependencies.cc] version = "1.0" [features] bullet-proof-sizing = [] default = [] dev = ["clippy"] unstable = []