minisign 0.5.11

A crate to sign files and verify signatures.
Documentation
# 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]
name = "minisign"
version = "0.5.11"
authors = ["Frank Denis <github@pureftpd.org>", "Daniel Rangel <daniel@rangel.in>"]
description = "A crate to sign files and verify signatures."
homepage = "https://github.com/jedisct1/rust-minisign"
readme = "README.md"
keywords = ["command-line", "sign", "publickey", "cryptography", "minisign"]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/jedisct1/rust-minisign"
[profile.test]
opt-level = 3
lto = "thin"

[profile.bench]
opt-level = 3
lto = true

[profile.dev]
opt-level = 3
lto = "thin"

[profile.release]
opt-level = 3
lto = true
panic = "abort"
[dependencies.base64]
version = "0.10"

[dependencies.getrandom]
version = "0.1.3"

[dependencies.scrypt]
version = "0.2"
default-features = false
[target."cfg(any(windows, unix))".dependencies.rpassword]
version = "3.0"