console 0.6.2

A terminal and console abstraction for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "console"
version = "0.6.2"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "A terminal and console abstraction for Rust"
homepage = "https://github.com/mitsuhiko/console"
documentation = "https://docs.rs/console"
readme = "README.md"
keywords = ["cli", "terminal", "colors", "console", "ansi"]
license = "MIT"
[dependencies.atty]
version = "0.2.11"

[dependencies.clicolors-control]
version = "0.2.0"

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0"

[dependencies.parking_lot]
version = "0"

[dependencies.regex]
version = "1"

[dependencies.unicode-width]
version = "0.1"
[target."cfg(unix)".dependencies.termios]
version = "0.3"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["winbase", "winuser", "consoleapi", "processenv", "wincon"]