[[bench]]
harness = false
name = "lib"
path = "benches/lib.rs"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"
[dependencies.strsim]
version = "0.11"
[dependencies.triple_accel]
version = "0.4"
[dev-dependencies.divan]
version = "0.1"
[dev-dependencies.inquire]
version = "0.7"
[dev-dependencies.itertools]
version = "0.14"
[dev-dependencies.quickcheck]
version = "1"
[dev-dependencies.quickcheck_macros]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[[example]]
name = "books"
path = "examples/books.rs"
[lib]
name = "simsearch"
path = "src/lib.rs"
[package]
authors = ["andylokandy <andylokandy@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "text-processing"]
description = "A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here)."
documentation = "https://docs.rs/simsearch"
edition = "2018"
exclude = ["books.json"]
homepage = "https://github.com/andylokandy/simsearch-rs"
keywords = ["fuzzy", "search", "lightweight", "pattern", "strsim"]
license = "MIT/Apache-2.0"
name = "simsearch"
readme = "README.md"
repository = "https://github.com/andylokandy/simsearch-rs"
version = "0.3.0"
[[test]]
name = "lib"
path = "tests/lib.rs"