Files
2026-08-05 16:28:47 +02:00

15 lines
462 B
TOML

[package]
name = "quickmatch"
description = "Lightning-fast fuzzy string matching with hybrid word and trigram indexing"
version.workspace = true
readme = "docs/README.md"
license.workspace = true
edition.workspace = true
repository.workspace = true
homepage.workspace = true
keywords = ["search", "fuzzy", "matching", "trigram", "autocomplete"]
categories = ["algorithms", "text-processing", "data-structures"]
[dependencies]
rustc-hash = { workspace = true }