blob: eaee958b58ad870499a7a7b6b79e95bf8759005f [file] [log] [blame]
[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"
repository = "https://github.com/ogham/rust-ansi-term"
[lib]
name = "ansi_term"
[features]
derive_serde_style = ["serde"]
[dependencies.serde]
version = "1.0.90"
features = ["derive"]
optional = true
[target.'cfg(target_os="windows")'.dependencies.winapi]
version = "0.3.4"
features = ["errhandlingapi", "consoleapi", "processenv", "handleapi"]
[dev-dependencies]
doc-comment = "0.3"
[dev-dependencies.serde_json]
version = "1.0.39"