blob: 755b65f8f47005cc19a000ad2bf483095665a430 [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-matcher"
version = "0.1.5"
authors = ["Andrew Gallant <[email protected]>"]
autotests = false
description = "A trait for regular expressions, with a focus on line oriented search.\n"
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/MIT"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher"
[[test]]
name = "integration"
path = "tests/tests.rs"
[dependencies.memchr]
version = "2.1"
[dev-dependencies.regex]
version = "1.1"