nettle 7.3.0

Rust bindings for the Nettle cryptographic library
Documentation
[package]
name = "nettle"
version = "7.3.0"
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 OR GPL-2.0 OR GPL-3.0"
readme = "README.md"
documentation = "https://docs.rs/nettle"
edition = "2018"

[dependencies]
nettle-sys = "2.2"
libc = "0.2.33"
getrandom = "0.2"
thiserror = "1"
typenum = "1"