[go: up one dir, main page]

concolor-clap 0.0.5

Clap mixin to control console colors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "concolor-clap"
version = "0.0.5"
license = "MIT OR Apache-2.0"
description = "Clap mixin to control console colors"
repository = "https://github.com/rust-cli/concolor"
categories = ["command-line-interface"]
keywords = ["cli", "color", "no-std", "terminal", "ansi"]
edition = "2018"

[features]
default = ["auto"]
auto = ["concolor-control/auto", "structopt/color"]

[dependencies]
# Let the application decide what features to enable
structopt = { version = "0.3", default-features = false }
concolor-control = { version = "^0.0.6", path = "../control", default-features = false }