]> git.proxmox.com Git - rustc.git/blame - vendor/wincolor/Cargo.toml
New upstream version 1.42.0+dfsg0+pve1
[rustc.git] / vendor / wincolor / 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
6# to registry (e.g. crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "wincolor"
b7449926 15version = "1.0.1"
2c00a5a8
XL
16authors = ["Andrew Gallant <jamslam@gmail.com>"]
17description = "A simple Windows specific API for controlling text color in a Windows console.\n"
b7449926 18homepage = "https://github.com/BurntSushi/termcolor/tree/master/wincolor"
2c00a5a8
XL
19documentation = "https://docs.rs/wincolor"
20readme = "README.md"
21keywords = ["windows", "win", "color", "ansi", "console"]
22license = "Unlicense/MIT"
b7449926 23repository = "https://github.com/BurntSushi/termcolor/tree/master/wincolor"
2c00a5a8
XL
24
25[lib]
26name = "wincolor"
27bench = false
28[dependencies.winapi]
0531ce1d 29version = "0.3"
b7449926
XL
30features = ["minwindef", "wincon"]
31
32[dependencies.winapi-util]
33version = "0.1.1"