# 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 = "2018" name = "cf-pty-process-alpha" 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.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.21.2" features = ["full"] [dev-dependencies.errno] version = "0.2"