globwalk 0.7.0

Glob-matched recursive file system walking.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "globwalk"
version = "0.7.0"
authors = ["Gilad Naaman <gilad@naaman.io>"]
description = "Glob-matched recursive file system walking."
readme = "README.md"
keywords = ["regex", "glob", "pattern", "walk", "iterator"]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/gilnaa/globwalk"
[dependencies.ignore]
version = "0.4"

[dependencies.walkdir]
version = "2"
[dev-dependencies.docmatic]
version = "0.1"

[dev-dependencies.tempdir]
version = "0.3"
[badges.appveyor]
repository = "Gilnaa/globwalk"

[badges.travis-ci]
repository = "Gilnaa/globwalk"