[package] name = "rust_search" version = "2.1.0" description = "Blazingly fast file search library built in Rust" edition = "2021" authors = ["Parth Jadhav "] license = "MIT" readme = "README.md" repository = "https://github.com/ParthJadhav/rust_search" keywords = ["search", "files", "directories", "library"] categories = ["filesystem", "algorithms"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1" ignore = "0.4" num_cpus = "1.0" dirs = "4.0.0" strsim = "0.10.0"