# 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 = "fast_finder" version = "0.1.2" description = "Fast Find is a cli written in rust using rayon parrellism for super fast results." keywords = ["search", "file", "filesystem", "tool", "find"] license = "MIT" repository = "https://github.com/mjehrhart/ffind" resolver = "2" [profile.dev] opt-level = 0 panic = "unwind" [dependencies.async-recursion] version = "1.0.0" [dependencies.clap] version = "3.1.5" features = ["derive"] [dependencies.colored] version = "2" [dependencies.futures] version = "0.3" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.home] version = "0.5.3" [dependencies.jwalk] version = "0.5" [dependencies.rayon] version = "1.4.1" [dependencies.regex] version = "1" [dependencies.tokio] version = "1.16.0" features = ["full"] [dependencies.walkdir] version = "2"