[go: up one dir, main page]

crossterm_utils 0.4.0

Common logic used by the crossterm crates.
Documentation
[badges.maintenance]
status = "deprecated"

[dependencies.lazy_static]
version = "1.4"

[package]
authors = ["T. Post"]
description = "Common logic used by the crossterm crates."
documentation = "https://docs.rs/crossterm_utils/"
edition = "2018"
exclude = ["target", "Cargo.lock"]
keywords = ["terminal", "abstractions", "crossterm", "windows", "screen_buffer"]
license = "MIT"
name = "crossterm_utils"
readme = "README.md"
repository = "https://github.com/crossterm-rs/crossterm-utils"
version = "0.4.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.51"

[target."cfg(windows)".dependencies.crossterm_winapi]
version = "0.3.0"

[target."cfg(windows)".dependencies.winapi]
features = ["wincon"]
version = "0.3.8"