# 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" name = "nmuidi" version = "0.1.4" description = "Parallelizes deleting directories which can significantly speed up deleting large deeply nested directories with a large number of files on Windows" homepage = "https://github.com/Dillonb/nmuidi" documentation = "https://docs.rs/nmuidi" readme = "README.md" keywords = [ "windows", "delete", "parallel", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/Dillonb/nmuidi" [dependencies.itertools] version = "0.11.0" [dependencies.jwalk] version = "0.8.1" [dependencies.log] version = "0.4.20" [dependencies.num_cpus] version = "1.16.0" [dependencies.pretty_env_logger] version = "0.5.0"