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