[package]
edition = "2015"
rust-version = "1.70"
name = "simply_colored"
version = "0.1.7"
authors = ["Nik Revenco <pm@nikrev.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The simplest crate in existence for terminal colors"
homepage = "https://github.com/nik-rev/simply-colored"
readme = "README.md"
keywords = [
"ansi",
"terminal",
"color",
"no_std",
"termcolor",
]
categories = [
"command-line-interface",
"command-line-utilities",
"development-tools",
"value-formatting",
"visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nik-rev/simply-colored"
[lib]
name = "simply_colored"
path = "src/lib.rs"
[[test]]
name = "output"
path = "tests/output.rs"
[dev-dependencies.anstream]
version = "0.6"