textmode 0.4.1

terminal interaction library backed by a real terminal parser
Documentation
[dependencies.itoa]
version = "1.0.14"

[dependencies.rustix]
features = ["termios"]
version = "0.38.44"

[dependencies.terminal_size]
version = "0.4.1"

[dependencies.tokio]
features = ["io-std", "io-util", "rt", "rt-multi-thread"]
optional = true
version = "1.43.0"

[dependencies.vt100]
version = "0.15.2"

[dev-dependencies.assert_cmd]
version = "2.0.16"

[dev-dependencies.assert_fs]
version = "1.1.2"

[dev-dependencies.bytes]
version = "1.9.0"

[dev-dependencies.escargot]
version = "0.5.13"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.libc]
version = "0.2.169"

[dev-dependencies.nix]
features = ["poll", "term"]
version = "0.29.0"

[dev-dependencies.pty-process]
features = ["async"]
version = "0.5.1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.43.0"

[dev-dependencies.tokio-util]
features = ["io"]
version = "0.7.13"

[features]
async = ["tokio"]
default = []

[lib]
name = "textmode"
path = "src/lib.rs"

[package]
authors = ["Jesse Luehrs <doy@tozt.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "command-line-interface"]
description = "terminal interaction library backed by a real terminal parser"
edition = "2021"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["curses", "vt100", "terminal", "tui"]
license = "MIT"
name = "textmode"
readme = "README.md"
repository = "https://git.tozt.net/textmode"
version = "0.4.1"