is-terminal 0.4.13

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

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

[package]
authors = ["softprops <d.tangren@gmail.com>", "Dan Gohman <dev@sunfishcode.online>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Test whether a given stream is a terminal"
documentation = "https://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"
rust-version = "1.63"
version = "0.4.13"

[target.'cfg(any(unix, target_os = "wasi"))'.dependencies.libc]
version = "0.2"

[target.'cfg(any(unix, target_os = "wasi"))'.dev-dependencies.libc]
version = "0.2.110"

[target.'cfg(any(unix, target_os = "wasi"))'.dev-dependencies.rustix]
features = ["termios"]
version = "0.38.0"

[target.'cfg(not(any(windows, target_os = "hermit", target_os = "unknown")))'.dev-dependencies.rustix]
features = ["stdio"]
version = "0.38.0"

[target.'cfg(target_os = "hermit")'.dependencies.hermit-abi]
version = "0.4.0"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_Console"]
version = "0.52.0"

[target."cfg(windows)".dev-dependencies.tempfile]
version = "3"