# 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 = "ttydo" version = "0.2.0" authors = ["Adam Gaia"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run a process with a pseudo-terminal. Useful for running screen-based programs in scripts" homepage = "https://github.com/adam-gaia/ttydo" documentation = "https://github.com/adam-gaia/ttydo" readme = "README.md" keywords = [ "tty", "pty", "terminal", "pseudo-terminal", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/adam-gaia/ttydo" [[bin]] name = "ttydo" path = "crates/ttydo/main.rs" [dependencies.clap] version = "4.0.15" features = [ "derive", "cargo", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.commandstream] version = "0.3.0" [dependencies.env_logger] version = "0.11.0" [dependencies.log] version = "0.4.17" [dependencies.tokio] version = "1.21.2" features = ["full"]