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-11-23 15:36:43 -05:00
|
|
|
winpty-sys = "0.4.3"
|
2018-10-16 13:02:52 -04:00
|
|
|
bitflags = "1.0"
|
2019-04-03 18:57:54 -04:00
|
|
|
widestring = "0.4.0"
|
2018-10-16 13:02:52 -04:00
|
|
|
|
2018-10-31 15:47:21 -04:00
|
|
|
[target.'cfg(windows)'.dev-dependencies]
|
2019-04-03 18:57:54 -04:00
|
|
|
named_pipe = "0.4"
|
2018-10-16 13:02:52 -04:00
|
|
|
winapi = { version = "0.3", features = ["winnt", "processthreadsapi"] }
|