Cargo.toml 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
  2. #
  3. # When uploading crates to the registry Cargo will automatically
  4. # "normalize" Cargo.toml files for maximal compatibility
  5. # with all versions of Cargo and also rewrite `path` dependencies
  6. # to registry (e.g., crates.io) dependencies
  7. #
  8. # If you believe there's an error in this file please file an
  9. # issue against the rust-lang/cargo repository. If you're
  10. # editing this file be aware that the upstream Cargo.toml
  11. # will likely look very different (and much more reasonable)
  12. [package]
  13. name = "atty"
  14. version = "0.2.14"
  15. authors = ["softprops <[email protected]>"]
  16. exclude = ["/.travis.yml", "/appveyor.yml"]
  17. description = "A simple interface for querying atty"
  18. homepage = "https://github.com/softprops/atty"
  19. documentation = "http://softprops.github.io/atty"
  20. readme = "README.md"
  21. keywords = ["terminal", "tty", "isatty"]
  22. license = "MIT"
  23. repository = "https://github.com/softprops/atty"
  24. [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
  25. version = "0.1.6"
  26. [target."cfg(unix)".dependencies.libc]
  27. version = "0.2"
  28. default-features = false
  29. [target."cfg(windows)".dependencies.winapi]
  30. version = "0.3"
  31. features = ["consoleapi", "processenv", "minwinbase", "minwindef", "winbase"]
  32. [badges.travis-ci]
  33. repository = "softprops/atty"