# 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-matcher" version = "0.1.7" authors = ["Andrew Gallant "] autotests = false description = """ A trait for regular expressions, with a focus on line oriented search. """ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher" documentation = "https://docs.rs/grep-matcher" readme = "README.md" keywords = [ "regex", "pattern", "trait", ] license = "Unlicense OR MIT" repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher" [[test]] name = "integration" path = "tests/tests.rs" [dependencies.memchr] version = "2.6.3" [dev-dependencies.regex] version = "1.9.5"