supports-color 2.1.0

Detects whether a terminal supports color, and gives details about that support.
Documentation
[package]
name = "supports-color"
version = "2.1.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
description = "Detects whether a terminal supports color, and gives details about that support."
categories = ["terminal"]
repository = "https://github.com/zkat/supports-color"
documentation = "https://docs.rs/supports-color"
license = "Apache-2.0"
readme = "README.md"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
is-terminal = "0.4.0"
is_ci = "1.1.1"