secp256k1 0.14.1

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"
version = "0.14.1"
authors = ["Dawid Ciężarkiewicz <dpc@ucore.info>", "Andrew Poelstra <apoelstra@wpsoftware.net>"]
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/rust-bitcoin/rust-secp256k1/"
documentation = "https://docs.rs/secp256k1/"
readme = "README.md"
keywords = ["crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-secp256k1/"
[package.metadata.docs.rs]
all-features = true
features = ["rand", "serde", "recovery", "endomorphism"]

[lib]
name = "secp256k1"
path = "src/lib.rs"
[dependencies.rand]
version = "0.6"
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
optional = true
default-features = false
[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.rand_core]
version = "0.4"

[dev-dependencies.serde_test]
version = "1.0"
[build-dependencies.cc]
version = ">= 1.0.28, <= 1.0.35"

[features]
default = ["std"]
endomorphism = []
fuzztarget = []
recovery = []
std = []
unstable = []