# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "win32-remove-dir-all" version = "0.1.0" authors = ["Theodore Cipicchio "] description = "A std::fs::remove_dir_all replacement using the Windows Shell and Property System APIs on Windows" homepage = "https://github.com/okready/win32-remove-dir-all" documentation = "https://docs.rs/win32-remove-dir-all" readme = "README.md" keywords = ["remove_dir_all", "windows", "shfileoperation", "shfileoperationw", "ifileoperation"] categories = ["filesystem"] license = "MIT/Apache-2.0" repository = "https://github.com/okready/win32-remove-dir-all" [features] default = ["property_system_api"] property_system_api = ["winapi/libloaderapi", "winapi/objbase", "winapi/shobjidl_core", "winapi/winerror"] symlink_tests = [] [target."cfg(windows)".dependencies.num_enum] version = "0.5" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["shellapi"] [target."cfg(windows)".dev-dependencies.tempfile] version = "3.1"