walkdir_minimal 1.1.0

Fast, minimalist, and POSIX-compliant recursive directory traverser with zero external dependencies.
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 = "2024"
name = "walkdir_minimal"
version = "1.1.0"
authors = ["mxnt <m10ferrari1200@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, minimalist, and POSIX-compliant recursive directory traverser with zero external dependencies."
homepage = "https://github.com/LinuxProativo/walkdir_minimal"
documentation = "https://docs.rs/walkdir_minimal/"
readme = "README.md"
keywords = [
    "directory",
    "recursive",
    "walkdir",
    "walk",
    "iterator",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/LinuxProativo/walkdir_minimal"

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