summaryrefslogtreecommitdiffstats
path: root/termcolor/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'termcolor/Cargo.toml')
-rw-r--r--termcolor/Cargo.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/termcolor/Cargo.toml b/termcolor/Cargo.toml
deleted file mode 100644
index d0a0ff4c..00000000
--- a/termcolor/Cargo.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[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" }