| [package] |
| name = "termcolor" |
| version = "1.0.2" #: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/**"] |
| |
| [lib] |
| name = "termcolor" |
| bench = false |
| |
| [target.'cfg(windows)'.dependencies] |
| wincolor = { version = "1", path = "wincolor" } |