[dependencies]
[package]
authors = ["Kyle Schreiber <kyle@80x24.net>"]
categories = ["command-line-interface"]
description = "Read passwords from terminal"
documentation = "https://docs.rs/passterm/"
edition = "2021"
homepage = "https://github.com/finfet/passterm"
keywords = ["read", "password", "security", "pass", "getpass"]
license = "Apache-2.0"
name = "passterm"
readme = "README.md"
repository = "https://github.com/finfet/passterm"
resolver = "2"
version = "1.0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_System_Console", "Win32_Foundation", "Win32_Storage_FileSystem"]
version = "0.29.0"