[dependencies.bitflags]
version = "2"
[dependencies.futures-core]
optional = true
version = "0.3"
[dependencies.parking_lot]
version = "0.12"
[[example]]
name = "detect-features"
path = "examples/detect-features.rs"
[[example]]
name = "event-read"
path = "examples/event-read.rs"
[[example]]
name = "window-title"
path = "examples/window-title.rs"
[features]
default = []
event-stream = ["dep:futures-core"]
[lib]
name = "termina"
path = "src/lib.rs"
[package]
authors = ["Michael Davis <mcarsondavis@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A cross-platform VT manipulation library"
edition = "2021"
license = "MIT OR MPL-2.0"
name = "termina"
readme = "README.md"
repository = "https://github.com/helix-editor/termina"
rust-version = "1.70"
version = "0.1.0"
[target."cfg(unix)".dependencies.rustix]
default-features = false
features = ["std", "stdio", "termios", "event"]
version = "1"
[target."cfg(unix)".dependencies.signal-hook]
version = "0.3"
[target."cfg(windows)".dependencies.windows-sys]
default-features = false
features = ["Win32_System_Console", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Threading", "Win32_Security"]
version = ">=0.59"