termion 1.6.0

A bindless library for manipulating terminals.
Documentation
[dependencies.numtoa]
features = ["std"]
version = "0.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[package]
authors = ["ticki <Ticki@users.noreply.github.com>", "gycos <alexandre.bury@gmail.com>", "IGI-111 <igi-111@protonmail.com>", "Jeremy Soller <jackpot51@gmail.com>"]
description = "A bindless library for manipulating terminals."
documentation = "https://docs.rs/termion"
exclude = ["target", "CHANGELOG.md", "image.png", "Cargo.lock"]
keywords = ["tty", "color", "terminal", "password", "tui"]
license = "MIT"
name = "termion"
readme = "README.md"
repository = "https://gitlab.redox-os.org/redox-os/termion"
version = "1.6.0"
[target."cfg(not(target_os = \"redox\"))".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
version = "0.2"

[target."cfg(target_os = \"redox\")".dependencies.redox_termios]
version = "0.1"