blob: 0f81d4f1f1f84e697ad6dfd7963604583d71d173 [file] [log] [blame] [edit]
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "console"
version = "0.15.0"
authors = ["Armin Ronacher <[email protected]>"]
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"
repository = "https://github.com/mitsuhiko/console"
[dependencies.libc]
version = "0.2"
[dependencies.once_cell]
version = "1"
[dependencies.regex]
version = "1.4.2"
features = ["std"]
optional = true
default-features = false
[dependencies.terminal_size]
version = "0.1.14"
[dependencies.unicode-width]
version = "0.1"
optional = true
[features]
ansi-parsing = ["regex"]
default = ["unicode-width", "ansi-parsing"]
windows-console-colors = ["ansi-parsing", "winapi-util"]
[target."cfg(windows)".dependencies.encode_unicode]
version = "0.3"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["winbase", "winuser", "consoleapi", "processenv", "wincon"]
[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.3"
optional = true