blob: dd96f51d1b7aaf6ec9ed9276b97d68f03e771e0a [file] [log] [blame] [edit]
# 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]
edition = "2018"
name = "grep-regex"
version = "0.1.9"
authors = ["Andrew Gallant <[email protected]>"]
description = "Use Rust's regex library with the 'grep' crate.\n"
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/MIT"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex"
[dependencies.aho-corasick]
version = "0.7.3"
[dependencies.bstr]
version = "0.2.10"
[dependencies.grep-matcher]
version = "0.1.5"
[dependencies.log]
version = "0.4.5"
[dependencies.regex]
version = "1.1"
[dependencies.regex-syntax]
version = "0.6.5"
[dependencies.thread_local]
version = "1.1.2"