# 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 = "qfile" version = "3.0.1" description = "Crate for accessing a file by path, case insensitive. Automatic detection, create a path with a new file or open an existing file" readme = "README.md" keywords = [ "file", "async-io", "search", "find", "case-insensitive", ] categories = [ "filesystem", "asynchronous", ] license = "MIT" repository = "https://github.com/m62624/qfile" [lib] doctest = false [dependencies.async-fs] version = "1.6.0" [dependencies.async-mutex] version = "1.4.0" [dependencies.async-recursion] version = "1.0.2" [dependencies.async-trait] version = "0.1.62" [dependencies.futures-lite] version = "1.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.6.1" [dependencies.regex] version = "1.7.0" [dependencies.thiserror] version = "1.0.38" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.rand] version = "0.8.5"