keyfork/vendor/nettle-sys-2.3.0/Cargo.toml

60 lines
1.4 KiB
TOML
Raw Normal View History

# 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.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
]
links = "nettle"
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 OR GPL-2.0 OR GPL-3.0"
repository = "https://gitlab.com/sequoia-pgp/nettle-sys"
[package.metadata.docs.rs]
dependencies = [
"pkg-config",
"nettle-dev",
]
[dependencies.libc]
version = "0.2"
[build-dependencies.bindgen]
version = ">= 0.58.0, < 0.69.0"
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"