1[package]
2name = "termcolor"
3version = "1.4.1" #:version
4authors = ["Andrew Gallant <jamslam@gmail.com>"]
5description = """
6A simple cross platform library for writing colored text to a terminal.
7"""
8documentation = "https://docs.rs/termcolor"
9homepage = "https://github.com/BurntSushi/termcolor"
10repository = "https://github.com/BurntSushi/termcolor"
11readme = "README.md"
12keywords = ["windows", "win", "color", "ansi", "console"]
13license = "Unlicense OR MIT"
14edition = "2018"
15
16[lib]
17name = "termcolor"
18bench = false
19
20[target.'cfg(windows)'.dependencies]
21winapi-util = "0.1.3"
22
23[dev-dependencies]
24# TODO: Re-enable this once the MSRV is 1.43 or greater.
25# See: https://github.com/BurntSushi/termcolor/issues/35
26# doc-comment = "0.3"
27