fast-glob 0.3.3

A high-performance glob matching crate for Rust
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dev-dependencies.codspeed-criterion-compat]
version = "2.6.0"

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

[dev-dependencies.glob]
version = "0.3.1"

[dev-dependencies.glob-match]
version = "0.2.1"

[dev-dependencies.globset]
version = "0.4.14"

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

[package]
authors = ["shulaoda <laipichan@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["filesystem"]
description = "A high-performance glob matching crate for Rust"
documentation = "https://docs.rs/fast-glob"
edition = "2021"
keywords = ["glob", "pattern", "walkdir"]
license = "MIT"
name = "fast-glob"
readme = "README.md"
repository = "https://github.com/shulaoda/fast-glob.git"
version = "0.3.3"

[profile.release]
codegen-units = 1
lto = true
panic = "abort"

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