readpass 1.0.3

A tiny library for reading passwords without displaying them on the terminal
Documentation
[dependencies.zeroize]
version = "1.8"

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

[lints.clippy]
all = "warn"
pedantic = "warn"
style = "warn"

[package]
authors = ["Conrad Kleinespel <conradk@conradk.com>", "acuteenvy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "A tiny library for reading passwords without displaying them on the terminal"
documentation = "https://docs.rs/readpass"
edition = "2021"
keywords = ["read", "password", "security", "pass", "getpass"]
license = "Apache-2.0"
name = "readpass"
readme = "README.md"
repository = "https://github.com/acuteenvy/readpass"
rust-version = "1.63"
version = "1.0.3"

[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.60"