# 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_ext" version = "0.8.4" authors = [ "Erin P. ", "Robert C. ", ] include = [ "Cargo.toml", "LICENCE-APACHE", "LICENCE-MIT", "README.md", "src/**/*", ] 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/gussy/remove_dir_all_ext.git" [[bin]] name = "remove-dir-all" required-features = ["cli"] [[bin]] name = "remove-current-dir" 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 [dependencies.same-file] version = "1.0.6" [dependencies.simplelog] version = "0.12" 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", "dep:simplelog", "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", ]