# 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 = "faketty" version = "1.0.18" authors = ["David Tolnay "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrapper to exec a command in a pty, even if redirecting the output" readme = "README.md" keywords = ["tty"] categories = [ "command-line-utilities", "os::unix-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/faketty" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bin]] name = "faketty" path = "src/main.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.clap] version = "4" features = ["deprecated"] [dependencies.nix] version = "0.29" features = [ "fs", "process", "term", ] default-features = false [dev-dependencies.scratch] version = "1.0"