concolor-query 0.3.3

Look up colored console capabilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
categories = ["command-line-interface"]
description = "Look up colored console capabilities"
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-query"
readme = "README.md"
repository = "https://github.com/rust-cli/concolor"
rust-version = "1.60.0"
version = "0.3.3"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_Console", "Win32_Foundation"]
version = "0.45.0"