passterm 2.0.6

Read terminal password, check isatty
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "passterm"
version = "2.0.6"
authors = ["Kyle Schreiber <kyle@80x24.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read terminal password, check isatty"
homepage = "https://github.com/finfet/passterm"
documentation = "https://docs.rs/passterm/"
readme = "README.md"
keywords = [
    "tty",
    "password",
    "security",
    "isatty",
    "getpass",
]
categories = ["command-line-interface"]
license = "BSD-3-Clause"
repository = "https://github.com/finfet/passterm"

[features]
default = []
secure_zero = ["zeroize"]

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

[[example]]
name = "atty"
path = "examples/atty.rs"

[[example]]
name = "pass"
path = "examples/pass.rs"

[dependencies.zeroize]
version = "1.8"
optional = true

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

[target."cfg(windows)".dependencies.windows-link]
version = "0.2.1"