# 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 = "rust_search" version = "2.1.0" authors = ["Parth Jadhav "] description = "Blazingly fast file search library built in Rust" readme = "README.md" keywords = [ "search", "files", "directories", "library", ] categories = [ "filesystem", "algorithms", ] license = "MIT" repository = "https://github.com/ParthJadhav/rust_search" [dependencies.dirs] version = "4.0.0" [dependencies.ignore] version = "0.4" [dependencies.num_cpus] version = "1.0" [dependencies.regex] version = "1" [dependencies.strsim] version = "0.10.0"