termcolor2 0.1.1

A simple cross platform library for writing colored text to a terminal. (fork of termcolor)
Documentation
[[example]]
name = "color"
path = "examples/color.rs"

[lib]
bench = false
name = "termcolor2"
path = "src/lib.rs"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>", "0xJWLabs <0xjwlabs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A simple cross platform library for writing colored text to a terminal. (fork of termcolor)
"""
documentation = "https://docs.rs/termcolor2"
edition = "2021"
homepage = "https://github.com/win-rs/termcolor2"
keywords = ["windows", "win", "color", "ansi", "console"]
license = "Unlicense OR MIT"
name = "termcolor2"
readme = "README.md"
repository = "https://github.com/win-rs/termcolor2"
version = "0.1.1"

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