nettle 7.0.1

Rust bindings for the Nettle cryptographic library
Documentation
[dependencies.getrandom]
version = "0.1"

[dependencies.libc]
version = "0.2.33"

[dependencies.nettle-sys]
version = "2.0"

[dependencies.thiserror]
version = "1"

[features]
vendored = ["nettle-sys/vendored"]

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