nftw 0.1.1

Efficient function mapping over directory trees
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"
rust-version = "1.80"
name = "nftw"
version = "0.1.1"
authors = ["David S. Smith <david.smith@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Efficient function mapping over directory trees"
homepage = "https://github.com/davidssmith/nftw"
readme = "README.md"
keywords = [
    "filesystem",
    "directory",
    "tree",
    "walkdir",
    "mapping",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/davidssmith/nftw"

[features]
bench = ["walkdir"]

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

[[example]]
name = "bench"
path = "examples/bench.rs"
required-features = ["bench"]

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.walkdir]
version = "2.5.0"
optional = true

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