# 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 = "cashweb-secp256k1-sys" version = "0.3.1" authors = ["Dawid Ciężarkiewicz ", "Andrew Poelstra ", "Steven Roose "] build = "build.rs" links = "rustsecp256k1_v0_3_1" description = "FFI for Pieter Wuille's `libsecp256k1` library." homepage = "https://github.com/rust-bitcoin/rust-secp256k1/" documentation = "https://docs.rs/cashweb-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] features = ["recovery", "endomorphism", "lowmemory"] [dev-dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1.0.28" [features] default = ["std"] endomorphism = [] lowmemory = [] recovery = [] std = []