# 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 = "2021" name = "grep-regex" version = "0.1.13" authors = ["Andrew Gallant "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Use Rust's regex library with the 'grep' crate. """ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex" documentation = "https://docs.rs/grep-regex" readme = "README.md" keywords = [ "regex", "grep", "search", "pattern", "line", ] license = "Unlicense OR MIT" repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex" [lib] name = "grep_regex" path = "src/lib.rs" [dependencies.bstr] version = "1.6.2" [dependencies.grep-matcher] version = "0.1.7" [dependencies.log] version = "0.4.20" [dependencies.regex-automata] version = "0.4.0" [dependencies.regex-syntax] version = "0.8.0"