[package] name = "teetty" license = "Apache-2.0" authors = ["Armin Ronacher "] description = " A bit like tee, a bit like script, but all with a fake tty. Lets you remote control and watch a process." repository = "https://github.com/mitsuhiko/teetty" version = "0.4.0" rust-version = "1.63.0" edition = "2021" keywords = ["pty", "script", "tty", "tee"] readme = "README.md" exclude = [ "tests/*" ] [dependencies] anyhow = "1.0.68" tty-spawn = { version = "=0.4.0", path = "../tty-spawn" } clap = { version = "4.5.0", default-features = false, features = ["std", "help", "wrap_help", "error-context"] } [dev-dependencies] insta = "1.39.0" tempfile = "3.10.0"