clicolors-control 1.0.1

A common utility library to control CLI colorization
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "clicolors-control"
version = "1.0.1"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "A common utility library to control CLI colorization"
documentation = "https://docs.rs/clicolors-control"
readme = "README.md"
keywords = ["cli", "clicolor", "clicolors", "colors"]
license = "MIT"
repository = "https://github.com/mitsuhiko/clicolors-control"
[dependencies.lazy_static]
version = "1"

[features]
default = ["terminal_autoconfig"]
terminal_autoconfig = []
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.atty]
version = "0.2.11"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["winbase", "handleapi", "consoleapi", "processenv"]