# 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 = "delete" version = "1.0.1" authors = ["XtremeDevX "] description = "Fast, easy deletion of files and folders with async and cross-platform support." documentation = "https://docs.rs/delete/1.0.0/delete/" readme = "README.md" keywords = ["delete", "fs", "io", "cross-platform", "async"] categories = ["filesystem", "asynchronous", "concurrency"] license = "Apache-2.0" repository = "https://github.com/XtremeDevX/delete" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.futures] version = "0.3.15" [dependencies.jwalk] version = "0.6.0" [dependencies.tokio] version = "1.7.1" features = ["fs"]