[package] name = "globwalker" version = "0.9.0" description = "Glob-matched recursive file system walking. Fork of 'globwalk'" authors = ["Gilad Naaman ", "Martijn Gribnau "] readme = "README.md" license = "MIT" repository = "https://github.com/foresterre/globwalker" categories = ["filesystem"] keywords = ["regex", "glob", "pattern", "walk", "iterator"] rust-version = "1.63" [dependencies] walkdir = "2" ignore = "0.4.20" bitflags = "2" [dev-dependencies] tempfile = "3"