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