2019-01-28 07:16:14 +11:00
|
|
|
[package]
|
|
|
|
name = "crossterm_winapi"
|
2019-03-11 10:09:41 +11:00
|
|
|
version = "0.1.2"
|
2019-01-28 07:16:14 +11:00
|
|
|
authors = ["T. Post"]
|
|
|
|
description = "An WinApi wrapper that provides some basic simple abstractions aground common WinApi calls"
|
|
|
|
repository = "https://github.com/TimonPost/crossterm_winapi"
|
|
|
|
documentation = "https://docs.rs/crossterm_winapi/"
|
|
|
|
license = "MIT"
|
|
|
|
keywords = ["winapi", "abstractions", "crossterm", "windows", "screen_buffer"]
|
|
|
|
exclude = ["target", "Cargo.lock"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
winapi = { version = "0.3.5", features = ["winbase","consoleapi","processenv", "handleapi"] }
|