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