rpassword 7.3.1

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

[package]
authors = ["Conrad Kleinespel <conradk@conradk.com>"]
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.3.1"
[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.48"