is-terminal 0.4.1

Test whether a given stream is a terminal
Documentation
[dependencies.io-lifetimes]
version = "1.0.0"
[dev-dependencies.atty]
version = "0.2.14"

[package]
authors = ["softprops <d.tangren@gmail.com>", "Dan Gohman <dev@sunfishcode.online>"]
categories = ["command-line-interface"]
description = "Test whether a given stream is a terminal"
documentation = "http://docs.rs/is-terminal"
edition = "2018"
include = ["src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"]
keywords = ["terminal", "tty", "isatty"]
license = "MIT"
name = "is-terminal"
readme = "README.md"
repository = "https://github.com/sunfishcode/is-terminal"
version = "0.4.1"
[target."cfg(any(unix, target_os = \"wasi\"))".dev-dependencies.libc]
version = "0.2.110"
[target."cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))".dependencies.rustix]
features = ["termios"]
version = "0.36.4"
[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
version = "0.2.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Console"]
version = "0.42.0"