# 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 = "sudo-askpass" version = "2.2.0" description = "A sudo askpasss so inputting your password isn't boring" homepage = "https://github.com/absolpega/sudo-askpass" readme = "README.md" keywords = [ "sudo", "askpass", "cli", "password", ] categories = [ "command-line-utilities", "command-line-interface", "authentication", ] license = "MIT" repository = "https://github.com/absolpega/sudo-askpass" [dependencies.ansi-escapes] version = "0.1.1" [dependencies.clap] version = "4.3.10" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.inquire] version = "0.6.2" [dependencies.read_char] version = "0.1.1" [dependencies.serde] version = "1.0.166" features = ["derive"] [dependencies.serde_yaml] version = "0.9.22" [dependencies.termios] version = "0.3.3" [dependencies.xdg] version = "2.5.0"