nettle 7.0.2

Rust bindings for the Nettle cryptographic library
Documentation
[package]
name = "nettle"
version = "7.0.2"
authors = [
    "Kai Michaelis <kai@sequoia-pgp.org>",
    "Justus Winter <justus@sequoia-pgp.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://docs.rs/nettle"
edition = "2018"

[dependencies]
nettle-sys = "2.0"
libc = "0.2.33"
getrandom = "0.1"
thiserror = "1"