# 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 = "search_dir" version = "0.1.3" authors = ["Natan"] description = "A Rust library for finding the first matching item in a directory." readme = "README.md" keywords = [ "search", "directory", "find", "folder", "files", ] categories = [ "algorithms", "filesystem", ] license = "Apache-2.0" license-file = "LICENCE" repository = "https://github.com/NatanFreeman/search_dir" resolver = "2" [dependencies.async-recursion] version = "1.0.0" [dependencies.async-std] version = "1.12.0" [dependencies.futures] version = "0.3.21" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1"