[package] name = "winpty-sys" version = "0.5.0" authors = ["Christian Duerr "] description = "Rust winpty bindings" repository = "https://github.com/alacritty/winpty" readme = "README.md" keywords = ["windows", "console", "tty", "winapi"] categories = ["os::windows-apis", "external-ffi-bindings"] license = "MIT" links = "winpty" build = "build.rs" exclude = [ "misc/*", "ship/*", ] [lib] path = "lib.rs" name = "winpty_sys" [features] winpty-agent = [] [build-dependencies] cc = { version = "1.0", features = ["parallel"] } bindgen = "0.53.1"