[[bench]]
name = "bench"
path = "benches/bench.rs"
[dependencies.aho-corasick]
version = "1.1.1"
[dependencies.bstr]
default-features = false
features = ["std"]
version = "1.6.2"
[dependencies.log]
optional = true
version = "0.4.20"
[dependencies.regex-automata]
default-features = false
features = ["std", "perf", "syntax", "meta", "nfa", "hybrid"]
version = "0.4.0"
[dependencies.regex-syntax]
default-features = false
features = ["std"]
version = "0.8.0"
[dependencies.serde]
optional = true
version = "1.0.188"
[dev-dependencies.glob]
version = "0.3.1"
[dev-dependencies.serde_json]
version = "1.0.107"
[features]
default = ["log"]
serde1 = ["serde"]
simd-accel = []
[lib]
bench = false
name = "globset"
path = "src/lib.rs"
[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Cross platform single glob and glob set matching. Glob set matching is the
process of matching one or more glob patterns against a single candidate path
simultaneously, and returning all of the globs that matched.
"""
documentation = "https://docs.rs/globset"
edition = "2021"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
keywords = ["regex", "glob", "multiple", "set", "pattern"]
license = "Unlicense OR MIT"
name = "globset"
readme = "README.md"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
version = "0.4.15"