concolor 0.0.11

Control console coloring across all dependencies
Documentation
[dependencies.bitflags]
optional = true
version = "1"

[dependencies.concolor-query]
optional = true
version = "^0.1.0"

[dependencies.is-terminal]
optional = true
version = "0.4"

[features]
api_unstable = ["core"]
auto = ["interactive", "clicolor", "no_color", "term", "windows"]
clicolor = ["core", "concolor-query"]
core = ["std", "bitflags"]
interactive = ["core", "dep:is-terminal"]
no_color = ["core", "concolor-query"]
std = []
term = ["core", "concolor-query"]
windows = ["core", "concolor-query/windows"]

[package]
categories = ["command-line-interface"]
description = "Control console coloring across all dependencies"
edition = "2021"
include = ["src/**/*", "Cargo.toml", "LICENSE*", "README.md", "examples/**/*"]
keywords = ["cli", "color", "no-std", "terminal", "ansi"]
license = "MIT OR Apache-2.0"
name = "concolor"
readme = "README.md"
repository = "https://github.com/rust-cli/concolor"
rust-version = "1.60.0"
version = "0.0.11"
[package.metadata.docs.rs]
features = ["auto", "api_unstable"]