swdir 0.8.2

Swiftly traverse and scan directories recursively. Sway 🪭, swing 🎷 or swim 🪼 in directories.
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"
rust-version = "1.87.0"
name = "swdir"
version = "0.8.2"
authors = ["nabbisen <nabbisen@scqr.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Swiftly traverse and scan directories recursively. Sway 🪭, swing 🎷 or swim 🪼 in directories."
readme = "README.md"
keywords = [
    "filesystem",
    "walk",
    "iterator",
    "concurrency",
    "filter",
]
categories = ["filesystem"]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/swdir"

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

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.rayon]
version = "1"

[dependencies.thiserror]
version = "2"

[profile.dev]
opt-level = 1
lto = false
incremental = false

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true