terminal-io 0.15.0

Utilities for reading and writing on terminals
Documentation
[package]
name = "terminal-io"
version = "0.15.0"
description = "Utilities for reading and writing on terminals"
authors = ["Dan Gohman <dev@sunfishcode.online>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
keywords = ["cli", "io"]
categories = ["command-line-interface"]
repository = "https://github.com/sunfishcode/terminal-io"
exclude = ["/.github"]

[dependencies]
io-extras = "0.16.0"
duplex = "0.14.0"
io-lifetimes = { version = "1.0.0", default-features = false }

[target.'cfg(not(windows))'.dependencies]
rustix = { version = "0.36.0", features = ["mm"] }
terminfo = "0.7.3"

[target.'cfg(windows)'.dependencies]
is-terminal = "0.4.0"