remove_dir_all 0.7.0

A safe, reliable implementation of remove_dir_all for Windows
Documentation
[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.env_logger]
version = "0.8.1"

[dev-dependencies.tempfile]
version = "3.1"

[package]
authors = ["Erin P. <xampprocky@gmail.com>", "Robert C. <robertc@robertcollins.net>"]
categories = ["filesystem"]
description = "A safe, reliable implementation of remove_dir_all for Windows"
edition = "2018"
include = ["Cargo.toml", "LICENCE-APACHE", "LICENCE-MIT", "src/**/*", "README.md"]
keywords = ["utility", "filesystem", "remove_dir", "windows"]
license = "MIT/Apache-2.0"
name = "remove_dir_all"
readme = "README.md"
repository = "https://github.com/XAMPPRocky/remove_dir_all.git"
version = "0.7.0"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.log]
version = "0.4.11"

[target."cfg(windows)".dependencies.num_cpus]
version = "1.13"

[target."cfg(windows)".dependencies.rayon]
version = "1.4"

[target."cfg(windows)".dependencies.winapi]
features = ["std", "errhandlingapi", "winerror", "fileapi", "winbase"]
version = "0.3"