55 lines
1.3 KiB
TOML
55 lines
1.3 KiB
TOML
# 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.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"
|