1[package] 2 3name = "glob" 4version = "0.3.1" 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"] 14 15[dev-dependencies] 16tempdir = "0.3" 17doc-comment = "0.3" 18