]> git.proxmox.com Git - rustc.git/blob - vendor/globwalk/Cargo.toml
New upstream version 1.59.0+dfsg1
[rustc.git] / vendor / globwalk / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "globwalk"
15 version = "0.8.1"
16 authors = ["Gilad Naaman <gilad@naaman.io>"]
17 description = "Glob-matched recursive file system walking."
18 readme = "README.md"
19 keywords = ["regex", "glob", "pattern", "walk", "iterator"]
20 categories = ["filesystem"]
21 license = "MIT"
22 repository = "https://github.com/gilnaa/globwalk"
23 [dependencies.bitflags]
24 version = "1.2"
25
26 [dependencies.ignore]
27 version = "0.4.11"
28
29 [dependencies.walkdir]
30 version = "2"
31 [dev-dependencies.backtrace]
32 version = "=0.3.35"
33
34 [dev-dependencies.docmatic]
35 version = "0.1.2"
36
37 [dev-dependencies.tempdir]
38 version = "0.3.6"
39 [badges.appveyor]
40 repository = "Gilnaa/globwalk"
41
42 [badges.travis-ci]
43 repository = "Gilnaa/globwalk"