rpassword 7.4.0

Read passwords in console applications.
Documentation
[dependencies.rtoolbox]
version = "0.0"

[lib]
name = "rpassword"
path = "src/lib.rs"

[package]
authors = ["Conrad Kleinespel <conradk@conradk.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Read passwords in console applications."
documentation = "https://docs.rs/rpassword/"
edition = "2018"
homepage = "https://github.com/conradkleinespel/rpassword"
keywords = ["read", "password", "security", "pass", "getpass"]
license = "Apache-2.0"
name = "rpassword"
readme = "README.md"
repository = "https://github.com/conradkleinespel/rpassword"
rust-version = "1.60"
version = "7.4.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Console", "Win32_Storage_FileSystem", "Win32_Security", "Win32_System_SystemServices"]
version = "0.59"

[[test]]
name = "no-terminal"
path = "tests/no-terminal.rs"