jwalk 0.9.0

Use `dua-core` instead
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 = "2021"
name = "jwalk"
version = "0.9.0"
authors = [
    "Jesse Grosjean <jesse@hogbaysoftware.com>",
    "Sebastian Thiel <byronimo@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use `dua-core` instead"
homepage = "https://github.com/Byron/jwalk"
documentation = "https://docs.rs/jwalk"
readme = "README.md"
keywords = [
    "directory",
    "recursive",
    "walk",
    "iterator",
    "parallel",
]
categories = [
    "filesystem",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/Byron/jwalk"

[badges.maintenance]
status = "deprecated"

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

[[example]]
name = "dc"
path = "examples/dc.rs"

[[example]]
name = "du"
path = "examples/du.rs"

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

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

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

[[bench]]
name = "walk_benchmark"
path = "benches/walk_benchmark.rs"
harness = false

[dependencies.crossbeam]
version = "0.8"

[dependencies.rayon]
version = "1.5"

[dev-dependencies.bytesize]
version = "1.3.0"

[dev-dependencies.clap]
version = "4.4.13"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.fs_extra]
version = "1.2"

[dev-dependencies.gix-testtools]
version = "0.16.1"

[dev-dependencies.ignore]
version = "0.4"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.num_cpus]
version = "1.12"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3.1"

[dev-dependencies.walkdir]
version = "2.3"