# 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" rust-version = "1.69.0" name = "faketty-lib" version = "2.0.18" authors = [ "David Tolnay ", "Bryan Lai ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library fork of dtolnay/faketty" readme = "README.md" keywords = ["tty"] categories = [ "command-line-utilities", "os::unix-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bryango/faketty-lib" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "faketty_lib" path = "src/lib.rs" [[bin]] name = "faketty" path = "src/bin/faketty.rs" required-features = ["clap"] [[bin]] name = "faketty-run" path = "src/bin/faketty-run.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.clap] version = "4" features = ["deprecated"] optional = true [dependencies.nix] version = "0.29" features = [ "fs", "process", "term", ] default-features = false [dev-dependencies.scratch] version = "1.0"