[package] name = "fast-glob" version = "0.4.0" edition = "2021" license = "MIT" authors = ["shulaoda "] keywords = ["glob", "pattern", "walkdir"] categories = ["filesystem"] documentation = "https://docs.rs/fast-glob" description = "A high-performance glob matching crate for Rust" repository = "https://github.com/shulaoda/fast-glob.git" [dev-dependencies] criterion = "0.5.1" glob = "0.3.1" globset = "0.4.14" glob-match = "0.2.1" codspeed-criterion-compat = "2.6.0" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "bench" harness = false [profile.release] lto = true panic = 'abort' codegen-units = 1