]> git.proxmox.com Git - rustc.git/blame - vendor/globwalk/Cargo.toml
New upstream version 1.59.0+dfsg1
[rustc.git] / vendor / globwalk / Cargo.toml
CommitLineData
136023e0
XL
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]
14name = "globwalk"
15version = "0.8.1"
16authors = ["Gilad Naaman <gilad@naaman.io>"]
17description = "Glob-matched recursive file system walking."
18readme = "README.md"
19keywords = ["regex", "glob", "pattern", "walk", "iterator"]
20categories = ["filesystem"]
21license = "MIT"
22repository = "https://github.com/gilnaa/globwalk"
23[dependencies.bitflags]
24version = "1.2"
25
26[dependencies.ignore]
27version = "0.4.11"
28
29[dependencies.walkdir]
30version = "2"
31[dev-dependencies.backtrace]
32version = "=0.3.35"
33
34[dev-dependencies.docmatic]
35version = "0.1.2"
36
37[dev-dependencies.tempdir]
38version = "0.3.6"
39[badges.appveyor]
40repository = "Gilnaa/globwalk"
41
42[badges.travis-ci]
43repository = "Gilnaa/globwalk"