PageRenderTime 46ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/crates/pcre2/Cargo.toml

https://github.com/BurntSushi/ripgrep
TOML | 17 lines | 16 code | 1 blank | 0 comment | 0 complexity | b03f8b72fce07569fc20c7c1719a88e1 MD5 | raw file
Possible License(s): MIT, Unlicense
  1. [package]
  2. name = "grep-pcre2"
  3. version = "0.1.4" #:version
  4. authors = ["Andrew Gallant <jamslam@gmail.com>"]
  5. description = """
  6. Use PCRE2 with the 'grep' crate.
  7. """
  8. documentation = "https://docs.rs/grep-pcre2"
  9. homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2"
  10. repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2"
  11. readme = "README.md"
  12. keywords = ["regex", "grep", "pcre", "backreference", "look"]
  13. license = "Unlicense/MIT"
  14. [dependencies]
  15. grep-matcher = { version = "0.1.2", path = "../matcher" }
  16. pcre2 = "0.2.0"