# 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.63.0" name = "teetty" version = "0.4.0" authors = ["Armin Ronacher "] build = false exclude = ["tests/*"] autobins = false autoexamples = false autotests = false autobenches = false description = " A bit like tee, a bit like script, but all with a fake tty. Lets you remote control and watch a process." readme = "README.md" keywords = [ "pty", "script", "tty", "tee", ] license = "Apache-2.0" repository = "https://github.com/mitsuhiko/teetty" [[bin]] name = "teetty" path = "src/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "4.5.0" features = [ "std", "help", "wrap_help", "error-context", ] default-features = false [dependencies.tty-spawn] version = "=0.4.0" [dev-dependencies.insta] version = "1.39.0" [dev-dependencies.tempfile] version = "3.10.0"