alacritty/winpty/Cargo.toml

23 lines
523 B
TOML
Raw Normal View History

[package]
name = "winpty"
version = "0.1.0"
authors = ["Zac Pullar-Strecker <zacmps@gmail.com>"]
license = "MIT"
description = "Safe rust bindings for winpty"
edition = "2018"
[target.'cfg(windows)'.dependencies]
2018-11-23 20:36:43 +00:00
winpty-sys = "0.4.3"
bitflags = "1.0"
2019-04-03 22:57:54 +00:00
widestring = "0.4.0"
[target.'cfg(windows)'.dev-dependencies]
named_pipe = "0.3"
winapi = { version = "0.3", features = ["winnt", "processthreadsapi"] }
[target.'cfg(windows)'.build-dependencies]
embed-resource = "1.1.4"
tempfile = "3.0.4"
2019-06-13 21:18:01 +00:00
http_req = "0.5"
zip = "0.5"