mirror of
https://gitee.com/openharmony/third_party_rust_termcolor
synced 2024-11-23 07:30:09 +00:00
27 lines
734 B
TOML
27 lines
734 B
TOML
[package]
|
|
name = "termcolor"
|
|
version = "1.2.0" #: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/termcolor"
|
|
repository = "https://github.com/BurntSushi/termcolor"
|
|
readme = "README.md"
|
|
keywords = ["windows", "win", "color", "ansi", "console"]
|
|
license = "Unlicense OR MIT"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "termcolor"
|
|
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"
|