[dependencies.cfg-if]
version = "1"
[dependencies.indexmap]
version = "2.7.1"
[dependencies.libc]
version = "0.2.171"
[dependencies.memchr]
version = "2.7.4"
[dependencies.parking_lot]
features = ["arc_lock"]
version = "0.12.3"
[dev-dependencies.proptest]
version = "1.6"
[dev-dependencies.tempdir]
version = "0.3.7"
[features]
nightly = []
[lib]
name = "d_major"
path = "src/lib.rs"
[lints.clippy]
dbg_macro = "warn"
manual_let_else = "warn"
type_complexity = "allow"
unnecessary_wraps = "warn"
used_underscore_binding = "warn"
[lints.clippy.pedantic]
level = "allow"
priority = -1
[lints.rust]
unreachable_pub = "allow"
[package]
authors = ["d@nny mc² <dmc2@hypnicjerk.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous", "concurrency", "filesystem", "os::unix-apis"]
description = """
Traverse directory trees in parallel, using relative entries to minimize allocation and
maximize parallelism.
"""
edition = "2024"
keywords = ["walk", "crawl", "directory", "recursive", "filesystem"]
license = "LGPL-3.0-or-later"
name = "d-major"
readme = false
repository = "https://codeberg.org/cosmicexplorer/ignoramus"
resolver = "2"
rust-version = "1.85.0"
version = "0.0.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]