# 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] name = "tokio-pty-process" version = "0.4.0" authors = ["Alex Crichton ", "Peter Williams "] description = "Interact with a child process through a pseudo-TTY, asynchronously using Tokio" homepage = "https://github.com/pkgw/stund/tree/master/tokio-pty-process" documentation = "https://docs.rs/crate/tokio-pty-process" readme = "README.md" keywords = ["pseudotty", "tokio"] categories = ["asynchronous", "os::unix-apis"] license = "MIT/Apache-2.0" repository = "https://github.com/pkgw/stund/" [dependencies.bytes] version = "0.4.11" [dependencies.futures] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.mio] version = "0.6" [dependencies.tokio] version = "0.1.7" [dependencies.tokio-io] version = "0.1.10" [dependencies.tokio-signal] version = "0.2.1" [dev-dependencies.errno] version = "0.2"