[package] name = "wincolor" version = "1.0.3" #:version authors = ["Andrew Gallant "] description = "DEPRECATED. Use winapi-util instead." documentation = "https://docs.rs/wincolor" homepage = "https://github.com/BurntSushi/termcolor/tree/master/wincolor" repository = "https://github.com/BurntSushi/termcolor/tree/master/wincolor" readme = "README.md" keywords = ["windows", "win", "color", "ansi", "console"] license = "Unlicense OR MIT" [lib] name = "wincolor" bench = false [dependencies] winapi-util = "0.1.1" [dependencies.winapi] version = "0.3" features = ["minwindef", "wincon"]