isideload-walkdir 2.5.1

Recursively walk a directory.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "isideload-walkdir"
version = "2.5.1"
authors = ["Nicholas Sharp <nab@nabdev.me>"]
build = false
exclude = [
    "/ci/*",
    "/.travis.yml",
    "/appveyor.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Recursively walk a directory."
homepage = "https://github.com/nab138/isideload-apple-platform-rs"
documentation = "https://docs.rs/walkdir/"
readme = "README.md"
keywords = [
    "directory",
    "recursive",
    "walk",
    "iterator",
]
categories = ["filesystem"]
license = "Unlicense/MIT"
repository = "https://github.com/nab138/isideload-apple-platform-rs"
resolver = "2"

[lib]
name = "isideload_walkdir"
path = "src/lib.rs"

[dependencies.isideload-vfs]
version = "0.0.1"

[dependencies.same-file]
version = "1.0.1"

[dev-dependencies.doc-comment]
version = "0.3"

[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.1"