]> git.proxmox.com Git - rustc.git/blobdiff - src/vendor/atty/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / atty / Cargo.toml
index 1c2f20adb630e1def952df1622e383d1914aa732..554a59e2be0b36ff0250df6cc32a6903fa52317e 100644 (file)
@@ -12,7 +12,7 @@
 
 [package]
 name = "atty"
-version = "0.2.3"
+version = "0.2.6"
 authors = ["softprops <d.tangren@gmail.com>"]
 description = "A simple interface for querying atty"
 homepage = "https://github.com/softprops/atty"
@@ -21,15 +21,13 @@ 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(windows)".dependencies.kernel32-sys]
-version = "0.2"
-
 [target."cfg(windows)".dependencies.winapi]
-version = "0.2"
+version = "0.3"
+features = ["consoleapi", "processenv", "minwinbase", "minwindef", "winbase"]
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
 default-features = false
+[target."cfg(target_os = \"redox\")".dependencies.termion]
+version = "1.5"
 [badges.travis-ci]
 repository = "softprops/atty"