# Forked from https://github.com/pkgw/stund/ # Copyright 2019 Peter Williams # Licensed under the MIT License. [package] name = "tab-pty-process" version = "0.2.0" authors = ["Austin Jones "] description = "the tab multiplexer fork of tokio-pty-process. Interact with a child process through a pseudo-TTY, asynchronously using Tokio" readme = "README.md" homepage = "https://github.com/austinjones/tab-rs" repository = "https://github.com/austinjones/tab-rs" license = "MIT/Apache-2.0" edition = "2018" [dependencies] bytes = "0.4.11" futures = { version = "0.3", features = ["unstable", "bilock"] } libc = "0.2" mio = "0.6" tokio = { version = "0.2", features = ["io-util", "io-driver", "signal"] } async-trait = "0.1" [dev-dependencies] errno = "0.2"