grep-regex 0.1.3

Use Rust's regex library with the 'grep' crate.
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-regex"
version = "0.1.3"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Use Rust's regex library with the 'grep' crate.\n"
homepage = "https://github.com/BurntSushi/ripgrep"
documentation = "https://docs.rs/grep-regex"
readme = "README.md"
keywords = ["regex", "grep", "search", "pattern", "line"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/ripgrep"
[dependencies.aho-corasick]
version = "0.7.3"

[dependencies.grep-matcher]
version = "0.1.2"

[dependencies.log]
version = "0.4.5"

[dependencies.regex]
version = "1.1"

[dependencies.regex-syntax]
version = "0.6.5"

[dependencies.thread_local]
version = "0.3.6"

[dependencies.utf8-ranges]
version = "1.0.1"