blob: 7076f8c6a1248638ec327a8fa87c868e23ab4b30 [file] [log] [blame] [edit]
# 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.8.1"
authors = ["Gilad Naaman <[email protected]>"]
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.bitflags]
version = "1.2"
[dependencies.ignore]
version = "0.4.11"
[dependencies.walkdir]
version = "2"
[dev-dependencies.backtrace]
version = "=0.3.35"
[dev-dependencies.docmatic]
version = "0.1.2"
[dev-dependencies.tempdir]
version = "0.3.6"
[badges.appveyor]
repository = "Gilnaa/globwalk"
[badges.travis-ci]
repository = "Gilnaa/globwalk"