yansi 1.0.1

A dead simple ANSI terminal color painting library.
Documentation
[dependencies.is-terminal]
optional = true
version = "0.4.11"

[features]
_nightly = []
alloc = []
default = ["std"]
detect-env = ["std"]
detect-tty = ["is-terminal", "std"]
hyperlink = ["std"]
std = ["alloc"]

[package]
authors = ["Sergio Benitez <sb@sergio.bz>"]
categories = ["command-line-interface"]
description = "A dead simple ANSI terminal color painting library."
documentation = "https://docs.rs/yansi"
edition = "2021"
keywords = ["ansi", "terminal", "color", "format", "paint"]
license = "MIT OR Apache-2.0"
name = "yansi"
readme = "README.md"
repository = "https://github.com/SergioBenitez/yansi"
resolver = "2"
rust-version = "1.63"
version = "1.0.1"
[package.metadata.docs.rs]
all-features = true