[package] name = "faketty" version = "1.0.18" authors = ["David Tolnay "] categories = ["command-line-utilities", "os::unix-apis"] description = "Wrapper to exec a command in a pty, even if redirecting the output" edition = "2021" keywords = ["tty"] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/faketty" [dependencies] clap = { version = "4", features = ["deprecated"] } nix = { version = "0.29", default-features = false, features = ["fs", "process", "term"] } [dev-dependencies] scratch = "1.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]