[dependencies.rustc-hash]
version = "2.1.1"
[lib]
name = "quickmatch"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "text-processing", "data-structures"]
description = "Lightning-fast fuzzy string matching with hybrid word and trigram indexing"
edition = "2024"
keywords = ["search", "fuzzy", "matching", "trigram", "autocomplete"]
license = "MIT"
name = "quickmatch"
readme = "README.md"
version = "0.1.1"
[profile.clippy]
codegen-units = 256
debug = 0
debug-assertions = false
inherits = "dev"
lto = "off"
opt-level = 0
overflow-checks = false
panic = "abort"