# 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 = "scanpw" version = "1.0.0" authors = ["Charles Hall "] description = "Read a password from standard input" homepage = "https://or.computer.surgery/charles/scanpw" documentation = "https://docs.rs/scanpw" readme = "README.md" keywords = [ "input", "terminal", "stdin", "read", "password", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://or.computer.surgery/charles/scanpw" [dependencies.crossterm] version = "0.26" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.scanln] version = "0.1" [target."cfg(unix)".dependencies.nix] version = "0.26" [target."cfg(windows)".dependencies.windows] version = "0.48" features = [ "Win32_Foundation", "Win32_System_Console", "Win32_System_Threading", ]