globset 0.4.8

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
[dependencies.aho-corasick]
version = "0.7.3"

[dependencies.bstr]
default-features = false
features = ["std"]
version = "0.2.0"

[dependencies.fnv]
version = "1.0.6"

[dependencies.log]
version = "0.4.5"

[dependencies.regex]
default-features = false
features = ["perf", "std"]
version = "1.1.5"

[dependencies.serde]
optional = true
version = "1.0.104"
[dev-dependencies.glob]
version = "0.3.0"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.serde_json]
version = "1.0.45"

[features]
serde1 = ["serde"]
simd-accel = []

[lib]
bench = false
name = "globset"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Cross platform single glob and glob set matching. Glob set matching is the\nprocess of matching one or more glob patterns against a single candidate path\nsimultaneously, and returning all of the globs that matched.\n"
documentation = "https://docs.rs/globset"
edition = "2018"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
keywords = ["regex", "glob", "multiple", "set", "pattern"]
license = "Unlicense/MIT"
name = "globset"
readme = "README.md"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
version = "0.4.8"