nettle-sys 2.3.2

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

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

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

[dependencies.libc]
version = "0.2"

[build-dependencies.bindgen]
version = "0.72.1"
features = ["runtime"]
default-features = false

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

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

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

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