# 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 = "2021" name = "passterm" version = "2.0.3" authors = ["Kyle Schreiber "] 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" [dependencies.zeroize] version = "1.7" optional = true [features] default = [] secure_zero = ["zeroize"] [target."cfg(unix)".dependencies.libc] version = "0.2"