term-ctrl 0.7.8

ANSI terminal text formatting assistant
Documentation
[dependencies.atty]
version = "0.2"

[package]
authors = ["Lyndon Brown <jnqnfe@gmail.com>"]
description = "ANSI terminal text formatting assistant"
edition = "2018"
exclude = ["README.md", ".github/*"]
homepage = "https://github.com/jnqnfe/term-ctrl-rust"
keywords = ["terminal", "console", "ansi"]
license = "MIT OR Apache-2.0"
name = "term-ctrl"
readme = "README.md"
repository = "https://github.com/jnqnfe/term-ctrl-rust"
version = "0.7.8"
[target."cfg(windows)".dependencies.winapi]
features = ["errhandlingapi", "consoleapi", "processenv"]
version = "0.3"