atty 0.2.14

A simple interface for querying atty
Documentation
[badges.travis-ci]
repository = "softprops/atty"

[package]
authors = ["softprops <d.tangren@gmail.com>"]
description = "A simple interface for querying atty"
documentation = "http://softprops.github.io/atty"
exclude = ["/.travis.yml", "/appveyor.yml"]
homepage = "https://github.com/softprops/atty"
keywords = ["terminal", "tty", "isatty"]
license = "MIT"
name = "atty"
readme = "README.md"
repository = "https://github.com/softprops/atty"
version = "0.2.14"
[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
version = "0.1.6"
[target."cfg(unix)".dependencies.libc]
default-features = false
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["consoleapi", "processenv", "minwinbase", "minwindef", "winbase"]
version = "0.3"