grep-matcher 0.1.3

A trait for regular expressions, with a focus on line oriented search.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "grep-matcher"
version = "0.1.3"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autotests = false
description = "A trait for regular expressions, with a focus on line oriented search.\n"
homepage = "https://github.com/BurntSushi/ripgrep"
documentation = "https://docs.rs/grep-matcher"
readme = "README.md"
keywords = ["regex", "pattern", "trait"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/ripgrep"

[[test]]
name = "integration"
path = "tests/tests.rs"
[dependencies.memchr]
version = "2.1"
[dev-dependencies.regex]
version = "1.1"