nettle 5.0.1

Rust bindings for the Nettle cryptographic library
[package]
name = "nettle"
version = "5.0.1"
authors = ["Kai Michaelis <kai.michaelis@pep-project.org>"]
description = "Rust bindings for the Nettle cryptographic library"
repository = "https://gitlab.com/sequoia-pgp/nettle-rs"
keywords = ["nettle", "cryptography"]
categories = ["cryptography"]
license = "LGPL-3.0/GPL-2.0/GPL-3.0"
readme = "README.md"
documentation = "https://sequoia-pgp.gitlab.io/nettle-rs/"
edition = "2018"

[dependencies]
nettle-sys = "1.0"
libc = "0.2.33"
failure = "0.1.1"
rand = "0.6"