minicrossterm/crossterm_utils/Cargo.toml
Timon_Post 8c52b6b313 0.9.4
2019-05-15 18:15:38 +02:00

18 lines
562 B
TOML

[package]
name = "crossterm_utils"
version = "0.2.2"
authors = ["T. Post"]
description = "Common logic used by the crossterm crates."
repository = "https://github.com/TimonPost/crossterm"
documentation = "https://docs.rs/crossterm_utils/"
license = "MIT"
keywords = ["terminal", "abstractions", "crossterm", "windows", "screen_buffer"]
exclude = ["target", "Cargo.lock"]
readme = "README.md"
[target.'cfg(windows)'.dependencies]
crossterm_winapi = "0.1.2"
winapi = { version = "0.3.7", features = ["wincon"] }
[target.'cfg(unix)'.dependencies]
libc = "0.2.51"