Cargo.toml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 = "ansi_term"
  14. version = "0.12.1"
  15. authors = ["[email protected]", "Ryan Scheel (Havvy) <[email protected]>", "Josh Triplett <[email protected]>"]
  16. description = "Library for ANSI terminal colours and styles (bold, underline)"
  17. homepage = "https://github.com/ogham/rust-ansi-term"
  18. documentation = "https://docs.rs/ansi_term"
  19. readme = "README.md"
  20. license = "MIT"
  21. repository = "https://github.com/ogham/rust-ansi-term"
  22. [lib]
  23. name = "ansi_term"
  24. [dependencies.serde]
  25. version = "1.0.90"
  26. features = ["derive"]
  27. optional = true
  28. [dev-dependencies.doc-comment]
  29. version = "0.3"
  30. [dev-dependencies.regex]
  31. version = "1.1.9"
  32. [dev-dependencies.serde_json]
  33. version = "1.0.39"
  34. [features]
  35. derive_serde_style = ["serde"]
  36. [target."cfg(target_os=\"windows\")".dependencies.winapi]
  37. version = "0.3.4"
  38. features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "processenv"]