winpty 0.2.0

Safe rust bindings for winpty
Documentation
[package]
authors = ["Christian Duerr <contact@christianduerr.com", "Zac Pullar-Strecker <zacmps@gmail.com>"]
description = "Safe rust bindings for winpty"
edition = "2018"
exclude = ["/.travis.yml"]
keywords = ["windows", "console", "tty", "winapi"]
license = "MIT"
name = "winpty"
readme = "README.md"
repository = "https://github.com/alacritty/winpty"
version = "0.2.0"
[target."cfg(windows)".build-dependencies.http_req]
version = "0.5"

[target."cfg(windows)".build-dependencies.tempfile]
version = "3.0.4"

[target."cfg(windows)".build-dependencies.zip]
version = "0.5"
[target."cfg(windows)".dependencies.bitflags]
version = "1.0"

[target."cfg(windows)".dependencies.winpty-sys]
version = "0.5.0"
[target."cfg(windows)".dev-dependencies.named_pipe]
version = "0.4.1"

[target."cfg(windows)".dev-dependencies.winapi]
features = ["winnt", "processthreadsapi"]
version = "0.3"