# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" 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" homepage = "https://github.com/austinjones/tab-rs" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/austinjones/tab-rs" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "0.4.11" [dependencies.futures] version = "0.3" features = ["unstable", "bilock"] [dependencies.libc] version = "0.2" [dependencies.mio] version = "0.6" [dependencies.tokio] version = "0.2" features = ["io-util", "io-driver", "signal"] [dev-dependencies.errno] version = "0.2"