2018-10-16 13:02:52 -04:00
|
|
|
[package]
|
|
|
|
name = "winpty"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Zac Pullar-Strecker <zacmps@gmail.com>"]
|
|
|
|
license = "MIT"
|
|
|
|
description = "Safe rust bindings for winpty"
|
|
|
|
|
2018-10-31 15:47:21 -04:00
|
|
|
[target.'cfg(windows)'.dependencies]
|
2018-10-16 13:02:52 -04:00
|
|
|
# TODO: Replace with official repo
|
|
|
|
winpty-sys = { git = "https://github.com/zacps/winpty", branch = "rust" }
|
|
|
|
bitflags = "1.0"
|
|
|
|
widestring = "0.2.2"
|
|
|
|
|
2018-10-31 15:47:21 -04:00
|
|
|
[target.'cfg(windows)'.dev-dependencies]
|
2018-10-16 13:02:52 -04:00
|
|
|
named_pipe = "0.3"
|
|
|
|
winapi = { version = "0.3", features = ["winnt", "processthreadsapi"] }
|