[dependencies.cfg-if]
version = "1"
[dependencies.libc]
version = "0.2.171"
[features]
nightly = []
[lib]
name = "jump_dir"
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"
license = "LGPL-3.0-or-later"
name = "jump-dir"
readme = false
repository = "https://codeberg.org/cosmicexplorer/ignoramus"
resolver = "2"
rust-version = "1.85.0"
version = "0.0.0"