32 lines
858 B
TOML
32 lines
858 B
TOML
[package]
|
|
name = "nettle-sys"
|
|
version = "2.3.0"
|
|
authors = [
|
|
"Justus Winter <justus@sequoia-pgp.org>",
|
|
"Kai Michaelis <kai@sequoia-pgp.org>",
|
|
]
|
|
edition = "2018"
|
|
description = "Low-level Rust bindings for the Nettle cryptographic library"
|
|
repository = "https://gitlab.com/sequoia-pgp/nettle-sys"
|
|
keywords = ["nettle", "cryptography"]
|
|
categories = ["external-ffi-bindings", "cryptography"]
|
|
license = "LGPL-3.0 OR GPL-2.0 OR GPL-3.0"
|
|
readme = "README.md"
|
|
documentation = "https://docs.rs/nettle-sys/"
|
|
links = "nettle"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
|
|
[build-dependencies]
|
|
bindgen = { version = ">= 0.58.0, < 0.69.0", default-features = false, features = ["runtime"] }
|
|
cc = "1"
|
|
pkg-config = "0.3"
|
|
tempfile = "3"
|
|
|
|
[target.'cfg(target_env = "msvc")'.build-dependencies]
|
|
vcpkg = "0.2.9"
|
|
|
|
[package.metadata.docs.rs]
|
|
dependencies = [ "pkg-config", "nettle-dev" ]
|