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"
|
2019-04-28 09:24:58 -04:00
|
|
|
edition = "2018"
|
2018-10-16 13:02:52 -04:00
|
|
|
|
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-10-23 15:17:09 -04:00
|
|
|
named_pipe = "0.4.1"
|
2018-10-16 13:02:52 -04:00
|
|
|
winapi = { version = "0.3", features = ["winnt", "processthreadsapi"] }
|
2019-04-28 09:24:58 -04:00
|
|
|
|
|
|
|
[target.'cfg(windows)'.build-dependencies]
|
|
|
|
embed-resource = "1.1.4"
|
|
|
|
tempfile = "3.0.4"
|
2019-06-13 17:18:01 -04:00
|
|
|
http_req = "0.5"
|
2019-04-28 09:24:58 -04:00
|
|
|
zip = "0.5"
|