nu-ansi-term 0.35.0

Library for ANSI terminal colors and styles (bold, underline)
Documentation
[dependencies.itertools]
version = "0.10.0"

[dependencies.overload]
version = "0.1.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.90"
[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.regex]
version = "1.1.9"

[dev-dependencies.serde_json]
version = "1.0.39"

[features]
derive_serde_style = ["serde"]

[lib]
doctest = false

[package]
authors = ["ogham@bsago.me", "Ryan Scheel (Havvy) <ryan.havvy@gmail.com>", "Josh Triplett <josh@joshtriplett.org>", "The Nu Project Contributors"]
description = "Library for ANSI terminal colors and styles (bold, underline)"
edition = "2018"
license = "MIT"
name = "nu-ansi-term"
version = "0.35.0"
[target."cfg(target_os=\"windows\")".dependencies.winapi]
features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "processenv"]
version = "0.3.4"