1[package]
2
3name = "glob"
4version = "0.3.2"
5authors = ["The Rust Project Developers"]
6license = "MIT OR Apache-2.0"
7homepage = "https://github.com/rust-lang/glob"
8repository = "https://github.com/rust-lang/glob"
9documentation = "https://docs.rs/glob/0.3.1"
10description = """
11Support for matching file paths against Unix shell style patterns.
12"""
13categories = ["filesystem"]
14rust-version = "1.23.0"
15
16[dev-dependencies]
17# FIXME: This should be replaced by `tempfile`
18tempdir = "0.3"
19doc-comment = "0.3"
20