summaryrefslogtreecommitdiffstats
path: root/winpty/Cargo.toml
blob: 665ff0f11c1ffe2527c1e157fd68cb41b965d243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "winpty"
version = "0.1.0"
authors = ["Zac Pullar-Strecker <zacmps@gmail.com>"]
license = "MIT"
description = "Safe rust bindings for winpty"

[target.'cfg(windows)'.dependencies]
winpty-sys = "0.4.3"
bitflags = "1.0"
widestring = "0.4.0"

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