]> git.proxmox.com Git - rustc.git/blob - src/vendor/termcolor/Cargo.toml.orig
New upstream version 1.26.0+dfsg1
[rustc.git] / src / vendor / termcolor / Cargo.toml.orig
1 [package]
2 name = "termcolor"
3 version = "0.3.6" #:version
4 authors = ["Andrew Gallant <jamslam@gmail.com>"]
5 description = """
6 A simple cross platform library for writing colored text to a terminal.
7 """
8 documentation = "https://docs.rs/termcolor"
9 homepage = "https://github.com/BurntSushi/ripgrep/tree/master/termcolor"
10 repository = "https://github.com/BurntSushi/ripgrep/tree/master/termcolor"
11 readme = "README.md"
12 keywords = ["windows", "win", "color", "ansi", "console"]
13 license = "Unlicense/MIT"
14
15 [lib]
16 name = "termcolor"
17 bench = false
18
19 [target.'cfg(windows)'.dependencies]
20 wincolor = { version = "0.1.6", path = "../wincolor" }