[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
version = "0.4.11"
[dependencies.futures]
features = ["unstable", "bilock"]
version = "0.3"
[dependencies.libc]
version = "0.2"
[dependencies.mio]
version = "0.6"
[dependencies.tokio]
features = ["io-util", "io-driver", "signal"]
version = "0.2"
[dev-dependencies.errno]
version = "0.2"
[package]
authors = ["Austin Jones <implAustin@gmail.com>"]
description = "the tab multiplexer fork of tokio-pty-process. Interact with a child process through a pseudo-TTY, asynchronously using Tokio"
edition = "2018"
homepage = "https://github.com/austinjones/tab-rs"
license = "MIT/Apache-2.0"
name = "tab-pty-process"
readme = "README.md"
repository = "https://github.com/austinjones/tab-rs"
version = "0.2.0"