# 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 = "simple_search" version = "0.2.1" description = "A simple library for searching objects" homepage = "https://github.com/FlorianNAdam/simple_search-rs" readme = "README.md" license = "MIT" repository = "https://github.com/FlorianNAdam/simple_search-rs" [package.metadata.docs.rs] all-features = true [[bench]] name = "levenshtein_benchmark" harness = false [[bench]] name = "common_prefix_benchmark" harness = false [[bench]] name = "search_engine_benchmark" harness = false [dependencies.difflib] version = "0.4.0" [dependencies.rayon] version = "1.7.0" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [features] rayon = ["dep:rayon"]