# 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 = "2021" name = "filetools" version = "0.3.0" authors = ["Graham Keenan "] description = "Helper functions for path operations" readme = "README.md" keywords = [ "files", "utility", "filesystem", "path", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tyrannican/filetools-rs" [dependencies.anyhow] version = "1.0.79" [dependencies.async-recursion] version = "1.0.5" [dependencies.chrono] version = "0.3" [dependencies.regex] version = "1.10.3" [dependencies.tokio] version = "1.35.1" features = ["fs"] [dependencies.uuid] version = "0.8.1" features = ["v4"] [dev-dependencies.regex] version = "1.10.3" [dev-dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ]