secp256k1-plus 0.5.7

Fork of Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities.
Documentation
# 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-plus"
version = "0.5.7"
authors = ["Dawid Ciężarkiewicz <dpc@ucore.info>", "Andrew Poelstra <apoelstra@wpsoftware.net>"]
build = "build.rs"
description = "Fork of Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities."
homepage = "https://github.com/arkpar/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/arkpar/rust-secp256k1/"

[lib]
name = "secp256k1"
path = "src/lib.rs"
[dependencies.clippy]
version = "0.0"
optional = true

[dependencies.rand]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.arrayvec]
version = "0.3"

[dependencies.rustc-serialize]
version = "0.3"

[dependencies.lazy_static]
version = "0.2"
optional = true
[build-dependencies.gcc]
version = "0.3"

[features]
default = ["singleton"]
dev = ["clippy"]
singleton = ["lazy_static"]
unstable = []