# 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 = "2018" name = "jwalk" version = "0.8.1" authors = [ "Jesse Grosjean ", "Sebastian Thiel ", ] description = "Filesystem walk performed in parallel with streamed and sorted results." 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" [[bench]] name = "walk_benchmark" harness = false [dependencies.crossbeam] version = "0.8" [dependencies.rayon] version = "1.5" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.fs_extra] version = "1.2" [dev-dependencies.ignore] version = "0.4" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.num_cpus] version = "1.12" [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.walkdir] version = "2.3"