nettle-sys 2.3.1

Low-level Rust bindings for the Nettle cryptographic library
Documentation
[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
version = ">= 0.62.0, < 0.71.0"

[build-dependencies.cc]
version = "1"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.tempfile]
version = "3"

[dependencies.libc]
version = "0.2"

[lib]
name = "nettle_sys"
path = "src/lib.rs"

[package]
authors = ["Justus Winter <justus@sequoia-pgp.org>", "Kai Michaelis <kai@sequoia-pgp.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "cryptography"]
description = "Low-level Rust bindings for the Nettle cryptographic library"
documentation = "https://docs.rs/nettle-sys/"
edition = "2018"
keywords = ["nettle", "cryptography"]
license = "LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
links = "nettle"
name = "nettle-sys"
readme = "README.md"
repository = "https://gitlab.com/sequoia-pgp/nettle-sys"
version = "2.3.1"

[package.metadata.docs.rs]
dependencies = ["pkg-config", "nettle-dev"]

[target.'cfg(target_env = "msvc")'.build-dependencies.vcpkg]
version = "0.2.9"