summaryrefslogtreecommitdiffstats
path: root/termcolor/Cargo.toml
blob: d0a0ff4c87656e23cb00a59c57e9c03b27939cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "termcolor"
version = "0.3.6"  #: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/ripgrep/tree/master/termcolor"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/termcolor"
readme = "README.md"
keywords = ["windows", "win", "color", "ansi", "console"]
license = "Unlicense/MIT"

[lib]
name = "termcolor"
bench = false

[target.'cfg(windows)'.dependencies]
wincolor = { version = "0.1.6", path = "../wincolor" }