blob: 622d2f4d5a4c0b449fe183c27237d6b71c0dc480 [file] [log] [blame]
[package]
name = "termcolor"
version = "1.1.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A simple cross platform library for writing colored text to a terminal.
"""
documentation = "https://docs.rs/termcolor"
homepage = "https://github.com/BurntSushi/termcolor"
repository = "https://github.com/BurntSushi/termcolor"
readme = "README.md"
keywords = ["windows", "win", "color", "ansi", "console"]
license = "Unlicense OR MIT"
exclude = ["/.travis.yml", "/appveyor.yml", "/ci/**"]
edition = "2018"
[lib]
name = "termcolor"
bench = false
[target.'cfg(windows)'.dependencies]
winapi-util = "0.1.3"
[dev-dependencies]
doc-comment = "0.3"