[go: up one dir, main page]

jwalk 0.1.0

Recursively walk a directory.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "jwalk"
version = "0.1.0"
authors = ["Jesse Grosjean <jesse@hogbaysoftware.com>"]
description = "Recursively walk a directory."
homepage = "https://github.com/jessegrosjean/jwalk"
readme = "README.md"
keywords = ["directory", "recursive", "walk", "iterator"]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/jessegrosjean/jwalk"

[[bench]]
name = "walk_benchmark"
harness = false
[dependencies.boxfnonce]
version = "0.1.0"

[dependencies.crossbeam]
version = "0.7.1"

[dependencies.lazycell]
version = "1.2"

[dependencies.rayon]
version = "1.0.3"
[dev-dependencies.criterion]
version = "0.2.7"

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

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

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