[dependencies.globset]
version = "0.4"
[dependencies.walkdir]
version = "2"
[dev-dependencies.doc-comment]
version = "0.3"
[dev-dependencies.log]
version = "0.4"
[lib]
bench = false
name = "globmatch"
path = "src/lib.rs"
[package]
authors = ["Martin Lampacher <lmapii@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Cross platform glob matching with relative path components, against
list of candidate paths determined by recursive iteration from a root directory.
"""
documentation = "https://docs.rs/globmatch"
edition = "2021"
homepage = "https://github.com/lmapii/globmatch"
keywords = ["glob", "walkdir", "search", "pattern"]
license-file = "LICENSE"
name = "globmatch"
readme = "README.md"
repository = "https://github.com/lmapii/globmatch"
version = "0.3.1"