nettle-sys 1.0.2

Low-level Rust bindings for the Nettle cryptographic library
[package]
name = "nettle-sys"
version = "1.0.2"
authors = ["Kai Michaelis <kai.michaelis@pep-project.org>"]
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/GPL-2.0/GPL-3.0"
readme = "README.md"
documentation = "https://sequoia-pgp.gitlab.io/nettle-sys/"

[dependencies]

[build-dependencies]
bindgen = "0.47"
pkg-config = "0.3"