third_party_rust_termcolor/Cargo.toml

27 lines
734 B
TOML
Raw Permalink Normal View History

2016-02-27 16:07:26 +00:00
[package]
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 = """
A simple cross platform library for writing colored text to a terminal.
2016-02-27 16:07:26 +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"
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
[lib]
name = "termcolor"
2016-08-26 01:44:37 +00:00
bench = false
[target.'cfg(windows)'.dependencies]
winapi-util = "0.1.3"
[dev-dependencies]
# TODO: Re-enable this once the MSRV is 1.43 or greater.
# See: https://github.com/BurntSushi/termcolor/issues/35
# doc-comment = "0.3"