simsearch 0.1.2

A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here).
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "simsearch"
version = "0.1.2"
authors = ["andylokandy <andylokandy@hotmail.com>"]
description = "A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here)."
homepage = "https://github.com/andylokandy/simsearch-rs"
documentation = "https://docs.rs/simsearch"
readme = "README.md"
keywords = ["fuzzy", "search", "lightweight", "pattern", "strsim"]
categories = ["algorithms", "text-processing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/andylokandy/simsearch-rs"
[dependencies.strsim]
version = "0.9.1"
[dev-dependencies.itertools]
version = "0.8"

[dev-dependencies.json]
version = "0.11.13"

[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.quickcheck]
version = "0.8"

[dev-dependencies.quickcheck_macros]
version = "0.8"