glob 0.3.2

Support for matching file paths against Unix shell style patterns.
Documentation
[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.tempdir]
version = "0.3"

[lib]
name = "glob"
path = "src/lib.rs"

[package]
authors = ["The Rust Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = """
Support for matching file paths against Unix shell style patterns.
"""
documentation = "https://docs.rs/glob/0.3.1"
homepage = "https://github.com/rust-lang/glob"
license = "MIT OR Apache-2.0"
name = "glob"
readme = "README.md"
repository = "https://github.com/rust-lang/glob"
rust-version = "1.23.0"
version = "0.3.2"

[[test]]
name = "glob-std"
path = "tests/glob-std.rs"