[package]
name = "termcolor"
version = "0.3.4"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A simple cross platform library for writing colored text to a terminal.\n"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/termcolor"
documentation = "https://docs.rs/termcolor"
readme = "README.md"
keywords = ["windows", "win", "color", "ansi", "console"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/termcolor"
[lib]
name = "termcolor"
bench = false
[target."cfg(windows)".dependencies.wincolor]
version = "0.1.6"