[go: up one dir, main page]

ansi_term 0.11.0

Library for ANSI terminal colours and styles (bold, underline)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "ansi_term"

description = "Library for ANSI terminal colours and styles (bold, underline)"



authors = [ "ogham@bsago.me", "Ryan Scheel (Havvy) <ryan.havvy@gmail.com>", "Josh Triplett <josh@joshtriplett.org>" ]

documentation = "https://docs.rs/ansi_term"

homepage = "https://github.com/ogham/rust-ansi-term"

license = "MIT"

readme = "README.md"

version = "0.11.0"



[lib]

name = "ansi_term"



[target.'cfg(target_os="windows")'.dependencies.winapi]

version = "0.3.4"

features = ["errhandlingapi", "consoleapi", "processenv"]