[package]
edition = "2021"
rust-version = "1.63.0"
name = "glob"
version = "0.3.4"
authors = ["The Rust Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Support for matching file paths against Unix shell style patterns.
"""
homepage = "https://github.com/rust-lang/glob"
documentation = "https://docs.rs/glob"
readme = "README.md"
categories = ["filesystem"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/glob"
[lib]
name = "glob"
path = "src/lib.rs"
[[test]]
name = "glob-std"
path = "tests/glob-std.rs"
[dev-dependencies.doc-comment]
version = "0.3"
[dev-dependencies.tempfile]
version = "3"