# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "grep-pcre2" version = "0.1.8" authors = ["Andrew Gallant "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Use PCRE2 with the 'grep' crate. """ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2" documentation = "https://docs.rs/grep-pcre2" readme = "README.md" keywords = [ "regex", "grep", "pcre", "backreference", "look", ] license = "Unlicense OR MIT" repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2" resolver = "2" [lib] name = "grep_pcre2" path = "src/lib.rs" [dependencies.grep-matcher] version = "0.1.7" [dependencies.log] version = "0.4.20" [dependencies.pcre2] version = "0.2.6"