term-ctrl 0.6.1

ANSI terminal text formatting assistant
Documentation
[badges.travis-ci]
repository = "jnqnfe/term-ctrl-rust"
[dependencies.atty]
version = "0.2"

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