/crates/cli/Cargo.toml

https://github.com/BurntSushi/ripgrep · TOML · 26 lines · 24 code · 2 blank · 0 comment · 1 complexity · e24bc2e2fd75b5037a4b6beecde39658 MD5 · raw file

  1. [package]
  2. name = "grep-cli"
  3. version = "0.1.4" #:version
  4. authors = ["Andrew Gallant <jamslam@gmail.com>"]
  5. description = """
  6. Utilities for search oriented command line applications.
  7. """
  8. documentation = "https://docs.rs/grep-cli"
  9. homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
  10. repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
  11. readme = "README.md"
  12. keywords = ["regex", "grep", "cli", "utility", "util"]
  13. license = "Unlicense/MIT"
  14. [dependencies]
  15. atty = "0.2.11"
  16. bstr = "0.2.0"
  17. globset = { version = "0.4.5", path = "../globset" }
  18. lazy_static = "1.1.0"
  19. log = "0.4.5"
  20. regex = "1.1"
  21. same-file = "1.0.4"
  22. termcolor = "1.0.4"
  23. [target.'cfg(windows)'.dependencies.winapi-util]
  24. version = "0.1.1"