1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23[package]
name = "wincolor"
version = "1.0.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
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"]