winpty 0.1.0

Safe rust bindings for winpty
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "winpty"
version = "0.1.0"
authors = ["Zac Pullar-Strecker <zacmps@gmail.com>"]
description = "Safe rust bindings for winpty"
license = "MIT"
repository = "https://github.com/jwilm/alacritty"
[target."cfg(windows)".dependencies.bitflags]
version = "1.0"

[target."cfg(windows)".dependencies.widestring]
version = "0.4.0"

[target."cfg(windows)".dependencies.winpty-sys]
version = "0.4.3"
[target."cfg(windows)".build-dependencies.embed-resource]
version = "1.1.4"

[target."cfg(windows)".build-dependencies.http_req]
version = "0.5"

[target."cfg(windows)".build-dependencies.tempfile]
version = "3.0.4"

[target."cfg(windows)".build-dependencies.zip]
version = "0.5"
[target."cfg(windows)".dev-dependencies.named_pipe]
version = "0.3"

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