[go: up one dir, main page]

termcolor 1.4.1

A simple cross platform library for writing colored text to a terminal.
Documentation
[dev-dependencies]

[lib]
bench = false
name = "termcolor"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A simple cross platform library for writing colored text to a terminal.
"""
documentation = "https://docs.rs/termcolor"
edition = "2018"
homepage = "https://github.com/BurntSushi/termcolor"
keywords = ["windows", "win", "color", "ansi", "console"]
license = "Unlicense OR MIT"
name = "termcolor"
readme = "README.md"
repository = "https://github.com/BurntSushi/termcolor"
version = "1.4.1"

[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.3"