minicrossterm/crossterm_style/Cargo.toml
Timon Post 2773c354d3 Update
2019-04-11 17:37:06 +02:00

19 lines
569 B
TOML

[package]
name = "crossterm_style"
version = "0.3.1"
authors = ["T. Post"]
description = "A cross-platform library styling the terminal output."
repository = "https://github.com/TimonPost/crossterm"
documentation = "https://docs.rs/crossterm_style/"
license = "MIT"
keywords = ["style", "color", "attributes", "crossterm", "terminal"]
exclude = ["target", "Cargo.lock"]
readme = "README.md"
edition = "2018"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.7", features = ["wincon"] }
crossterm_winapi = "0.1.2"
[dependencies]
crossterm_utils = "0.2.1"