colored 2.1.0

The most simple way to add colors in your terminal
Documentation
[dependencies.lazy_static]
version = "1"
[dev-dependencies.ansi_term]
version = "0.12"

[dev-dependencies.rspec]
version = "=1.0.0-beta.3"

[features]
no-color = []

[package]
authors = ["Thomas Wickham <mackwic@gmail.com>"]
description = "The most simple way to add colors in your terminal"
edition = "2021"
homepage = "https://github.com/mackwic/colored"
keywords = ["color", "string", "term", "ansi_term", "term-painter"]
license = "MPL-2.0"
name = "colored"
readme = "README.md"
repository = "https://github.com/mackwic/colored"
rust-version = "1.70"
version = "2.1.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Console"]
version = "0.48"