# 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 = "remove_dir_all" version = "0.8.4" authors = [ "Erin P. ", "Robert C. ", ] build = false include = [ "Cargo.toml", "LICENCE-APACHE", "LICENCE-MIT", "README.md", "src/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A safe, reliable implementation of remove_dir_all for Windows" readme = "README.md" keywords = [ "filesystem", "remove_dir", "utility", "windows", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/XAMPPRocky/remove_dir_all.git" [lib] name = "remove_dir_all" path = "src/lib.rs" [[bin]] name = "remove-dir-all" path = "src/bin/remove-dir-all.rs" required-features = ["cli"] [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.1.11" features = ["derive"] optional = true [dependencies.env_logger] version = "0.11.0" optional = true [dependencies.fs_at] version = "0.2.1" [dependencies.log] version = "0.4.11" optional = true [dependencies.normpath] version = "1.0.1" [dependencies.rayon] version = "1.4" optional = true [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.env_logger] version = "0.11.0" [dev-dependencies.log] version = "0.4.11" [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.test-log] version = "0.2" [features] cli = [ "dep:clap", "dep:env_logger", "log", "parallel", ] default = [] log = ["dep:log"] parallel = ["dep:rayon"] [target."cfg(not(windows))".dependencies.cvt] version = "0.1.1" [target."cfg(not(windows))".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_Threading", ]