]> git.proxmox.com Git - rustc.git/blame - vendor/termcolor/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / termcolor / Cargo.toml
CommitLineData
2c00a5a8
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6522a427 6# to registry (e.g., crates.io) dependencies.
2c00a5a8 7#
6522a427
EL
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
2c00a5a8
XL
11
12[package]
3dfed10e 13edition = "2018"
2c00a5a8 14name = "termcolor"
6522a427 15version = "1.1.3"
2c00a5a8 16authors = ["Andrew Gallant <jamslam@gmail.com>"]
6522a427
EL
17exclude = [
18 "/.travis.yml",
19 "/appveyor.yml",
20 "/ci/**",
21]
22description = """
23A simple cross platform library for writing colored text to a terminal.
24"""
b7449926 25homepage = "https://github.com/BurntSushi/termcolor"
2c00a5a8
XL
26documentation = "https://docs.rs/termcolor"
27readme = "README.md"
6522a427
EL
28keywords = [
29 "windows",
30 "win",
31 "color",
32 "ansi",
33 "console",
34]
b7449926
XL
35license = "Unlicense OR MIT"
36repository = "https://github.com/BurntSushi/termcolor"
2c00a5a8
XL
37
38[lib]
39name = "termcolor"
40bench = false
5869c6ff 41
3dfed10e
XL
42[target."cfg(windows)".dependencies.winapi-util]
43version = "0.1.3"