# 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 = "collectfiles" version = "1.1.0" authors = ["just-do-halee "] description = "Collects accurate files while running in parallel through directories. (Simple, Fast, Powerful)" homepage = "https://github.com/just-do-halee/collectfiles" documentation = "https://docs.rs/collectfiles" readme = "README.md" keywords = ["directory", "file", "parallel", "walk", "collect"] categories = ["filesystem", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/just-do-halee/collectfiles" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5.4"