# 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 = "globmatch" version = "0.3.0" authors = ["Martin Lampacher "] description = """ Cross platform glob matching with relative path components, against list of candidate paths determined by recursive iteration from a root directory. """ homepage = "https://github.com/lmapii/globmatch" documentation = "https://docs.rs/globmatch" readme = "README.md" keywords = [ "glob", "walkdir", "search", "pattern", ] license-file = "LICENSE" repository = "https://github.com/lmapii/globmatch" [lib] name = "globmatch" bench = false [dependencies.globset] version = "0.4" [dependencies.walkdir] version = "2" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.log] version = "0.4"