blob: faa8312c63a2ad66f7e9b3c51764d416f2fd17a6 [file] [log] [blame]
[package]
name = "atty"
version = "0.2.9"
authors = ["softprops <d.tangren@gmail.com>"]
description = "A simple interface for querying atty"
documentation = "http://softprops.github.io/atty"
homepage = "https://github.com/softprops/atty"
repository = "https://github.com/softprops/atty"
keywords = ["terminal", "tty"]
license = "MIT"
readme = "README.md"
[badges]
travis-ci = { repository = "softprops/atty" }
[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"]
[target.'cfg(target_os = "redox")'.dependencies]
termion = "1.5"