[package] name = "secp256k1-sys" version = "0.3.1" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra ", "Steven Roose " ] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-secp256k1/" repository = "https://github.com/rust-bitcoin/rust-secp256k1/" documentation = "https://docs.rs/secp256k1-sys/" description = "FFI for Pieter Wuille's `libsecp256k1` library." keywords = [ "secp256k1", "libsecp256k1", "ffi" ] readme = "README.md" build = "build.rs" links = "rustsecp256k1_v0_4_0" # Should make docs.rs show all functions, even those behind non-default features [package.metadata.docs.rs] features = [ "recovery", "endomorphism", "lowmemory" ] [build-dependencies] cc = "1.0.28" [dev-dependencies] libc = "0.2" [features] default = ["std"] recovery = [] endomorphism = [] lowmemory = [] std = []