# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "globwalk" version = "0.9.1" authors = ["Gilad Naaman "] description = "Glob-matched recursive file system walking." readme = "README.md" keywords = [ "regex", "glob", "pattern", "walk", "iterator", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/gilnaa/globwalk" resolver = "2" [dependencies.bitflags] version = "2" [dependencies.ignore] version = "0.4.11" [dependencies.walkdir] version = "2" [dev-dependencies.docmatic] version = "0.1.2" [dev-dependencies.tempfile] version = "3"