patternhunt 0.4.0

A high-performance, cross-platform glob/pattern matching library for filesystem search with advanced pattern support and metadata filtering
Documentation
[[bench]]
harness = false
name = "pattern_bench"
path = "benches/pattern_bench.rs"

[dependencies.async-stream]
optional = true
version = "0.3"

[dependencies.camino]
version = "1.1.12"

[dependencies.dashmap]
version = "5"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.globset]
version = "0.4"

[dependencies.lru]
version = "0.16.0"

[dependencies.once_cell]
version = "1.18"

[dependencies.rayon]
version = "1.7"

[dependencies.regex]
version = "1.11.2"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["fs", "rt-multi-thread", "macros", "sync", "time"]
optional = true
version = "1"

[dependencies.walkdir]
version = "2"

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.tempfile]
version = "3"

[features]
async = ["tokio", "async-stream", "futures"]
default = ["async"]

[lib]
name = "patternhunt"
path = "src/lib.rs"

[package]
authors = ["<xvi-xv-xii-ix-xxii-ix-xiv <xvi.xv.xii.ix.xxii.ix.xiv@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "asynchronous", "algorithms", "caching", "development-tools"]
description = "A high-performance, cross-platform glob/pattern matching library for filesystem search with advanced pattern support and metadata filtering"
documentation = "https://docs.rs/patternhunt"
edition = "2021"
keywords = ["glob", "pattern", "matching", "filesystem", "search"]
license = "MIT OR Apache-2.0"
name = "patternhunt"
readme = "README.md"
repository = "https://github.com/xvi-xv-xii-ix-xxii-ix-xiv/patternhunt"
version = "0.4.0"

[[test]]
name = "patterns_brace"
path = "tests/patterns_brace.rs"