nettle 5.0.1

Rust bindings for the Nettle cryptographic library
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.libc]
version = "0.2.33"

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

[dependencies.rand]
version = "0.6"