[build-dependencies.cc]
version = "1.0.28"
[dev-dependencies.libc]
version = "0.2"
[features]
alloc = []
default = ["std"]
lowmemory = []
recovery = []
std = ["alloc"]
[package]
authors = ["Dawid Ciężarkiewicz <dpc@ucore.info>", "Andrew Poelstra <apoelstra@wpsoftware.net>", "Steven Roose <steven@stevenroose.org>"]
build = "build.rs"
description = "FFI for Pieter Wuille's `libsecp256k1` library."
documentation = "https://docs.rs/secp256k1-sys/"
edition = "2018"
homepage = "https://github.com/rust-bitcoin/rust-secp256k1/"
keywords = ["secp256k1", "libsecp256k1", "ffi"]
license = "CC0-1.0"
links = "rustsecp256k1_v0_8_1"
name = "secp256k1-sys"
readme = "README.md"
repository = "https://github.com/rust-bitcoin/rust-secp256k1/"
version = "0.8.1"
[package.metadata.docs.rs]
features = ["recovery", "lowmemory"]
rustdoc-args = ["--cfg", "docsrs"]