# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56.1" name = "secp256k1-sys" version = "0.10.1" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra ", "Steven Roose ", ] build = "build.rs" links = "rustsecp256k1_v0_10_0" description = "FFI for Pieter Wuille's `libsecp256k1` library." homepage = "https://github.com/rust-bitcoin/rust-secp256k1/" documentation = "https://docs.rs/secp256k1-sys/" readme = "README.md" keywords = [ "secp256k1", "libsecp256k1", "ffi", ] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-secp256k1/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dev-dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1.0.28" [features] alloc = [] default = ["std"] lowmemory = [] recovery = [] std = ["alloc"] [lints.rust.unexpected_cfgs] level = "deny" priority = 0