# 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 = "secp256k1-test" version = "0.7.2" authors = ["Dawid Ciężarkiewicz ", "Andrew Poelstra "] build = "build.rs" 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/apoelstra/rust-secp256k1/" documentation = "https://www.wpsoftware.net/rustdoc/secp256k1/" readme = "README.md" keywords = ["crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin"] license = "CC0-1.0" repository = "https://github.com/apoelstra/rust-secp256k1/" [lib] name = "secp256k1_test" 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.4" [dependencies.rustc-serialize] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [build-dependencies.gcc] version = "0.3" [features] default = [] dev = ["clippy"] unstable = []