2019-02-13 23:25:52 +00:00
|
|
|
[package]
|
2019-02-13 23:42:28 +00:00
|
|
|
name = "output_vt100"
|
2019-02-13 23:25:52 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Phuntsok Drak-pa <phundrak@phundrak.fr>"]
|
|
|
|
edition = "2018"
|
2019-02-13 23:36:28 +00:00
|
|
|
description = "Utility to activate escape codes in Windows' CMD and PowerShell"
|
|
|
|
repository = "https://github.com/Phundrak/output-vt100-rs"
|
|
|
|
keywords = ["vt100", "console", "ansi"]
|
|
|
|
readme = "README.md"
|
|
|
|
licence = "GPL-3.0"
|
|
|
|
categories = ["development-tools"]
|
2019-02-13 23:25:52 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ctor = "0.1.7"
|
|
|
|
winapi = { version = "0.3.6", features = ["winuser", "winbase", "consoleapi", "processenv"] }
|