[package]
name = "colored"
description = "The most simple way to add colors in your terminal"
version = "1.9.4"
authors = ["Thomas Wickham <mackwic@gmail.com>"]
license = "MPL-2.0"
homepage = "https://github.com/mackwic/colored"
repository = "https://github.com/mackwic/colored"
readme = "README.md"
keywords = ["color", "string", "term", "ansi_term", "term-painter"]
[features]
no-color = []
[dependencies]
is-terminal = "0.4"
lazy_static = "1"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
default-features = false
features = [
"consoleapi",
"processenv",
"winbase"
]
[dev_dependencies]
ansi_term = "0.12"
rspec = "=1.0.0-beta.3"