jwalk 0.3.0

Filesystem walk performed in parallel with streamed and sorted results.
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.3.0"
authors = ["Jesse Grosjean <jesse@hogbaysoftware.com>"]
description = "Filesystem walk performed in parallel with streamed and sorted results."
homepage = "https://github.com/jessegrosjean/jwalk"
documentation = "https://docs.rs/jwalk/"
readme = "README.md"
keywords = ["directory", "recursive", "walk", "iterator", "parallel"]
categories = ["filesystem", "concurrency"]
license = "MIT"
repository = "https://github.com/jessegrosjean/jwalk"

[[bench]]
name = "walk_benchmark"
harness = false
[dependencies.crossbeam]
version = "0.7.1"

[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"
[badges.travis-ci]
repository = "jessegrosjean/jwalk"