]> git.proxmox.com Git - rustc.git/blame - vendor/output_vt100/Cargo.toml
New upstream version 1.65.0+dfsg1
[rustc.git] / vendor / output_vt100 / Cargo.toml
CommitLineData
83c7162d
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
064997fb 6# to registry (e.g., crates.io) dependencies.
83c7162d 7#
064997fb
FG
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.
83c7162d
XL
11
12[package]
ba9703b0
XL
13edition = "2018"
14name = "output_vt100"
064997fb 15version = "0.1.3"
ba9703b0
XL
16authors = ["Phuntsok Drak-pa <phundrak@phundrak.fr>"]
17description = "Utility to activate escape codes in Windows' CMD and PowerShell"
18readme = "README.md"
19keywords = ["vt100", "console", "ansi"]
20categories = ["development-tools"]
21license = "MIT"
22repository = "https://github.com/Phundrak/output-vt100-rs"
23[dependencies.winapi]
24version = "0.3.6"
25features = ["winuser", "winbase", "consoleapi", "processenv"]