[package]
name = "wincolor"
version = "0.1.4"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A simple Windows specific API for controlling text color in a Windows console.\n"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/wincolor"
documentation = "https://docs.rs/wincolor"
readme = "README.md"
keywords = ["windows", "win", "color", "ansi", "console"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/wincolor"
[lib]
name = "wincolor"
bench = false
[dependencies.winapi]
version = "0.2.8"
[dependencies.kernel32-sys]
version = "0.2.2"