2016-02-27 16:07:26 +00:00
|
|
|
[package]
|
2018-07-17 21:38:39 +00:00
|
|
|
name = "termcolor"
|
2023-01-15 13:40:27 +00:00
|
|
|
version = "1.2.0" #:version
|
2016-02-27 16:07:26 +00:00
|
|
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
|
|
|
description = """
|
2018-07-17 21:38:39 +00:00
|
|
|
A simple cross platform library for writing colored text to a terminal.
|
2016-02-27 16:07:26 +00:00
|
|
|
"""
|
2018-07-17 21:38:39 +00:00
|
|
|
documentation = "https://docs.rs/termcolor"
|
|
|
|
homepage = "https://github.com/BurntSushi/termcolor"
|
|
|
|
repository = "https://github.com/BurntSushi/termcolor"
|
2016-02-27 16:07:26 +00:00
|
|
|
readme = "README.md"
|
2018-07-17 21:38:39 +00:00
|
|
|
keywords = ["windows", "win", "color", "ansi", "console"]
|
2018-07-21 17:16:53 +00:00
|
|
|
license = "Unlicense OR MIT"
|
2020-01-11 14:17:32 +00:00
|
|
|
edition = "2018"
|
2016-02-27 16:07:26 +00:00
|
|
|
|
2018-07-17 21:38:39 +00:00
|
|
|
[lib]
|
|
|
|
name = "termcolor"
|
2016-08-26 01:44:37 +00:00
|
|
|
bench = false
|
2016-08-27 05:01:06 +00:00
|
|
|
|
2018-07-17 21:38:39 +00:00
|
|
|
[target.'cfg(windows)'.dependencies]
|
2020-01-11 14:15:58 +00:00
|
|
|
winapi-util = "0.1.3"
|
2019-04-28 14:56:30 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-11-19 13:21:39 +00:00
|
|
|
# TODO: Re-enable this once the MSRV is 1.43 or greater.
|
|
|
|
# See: https://github.com/BurntSushi/termcolor/issues/35
|
|
|
|
# doc-comment = "0.3"
|