mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-12 02:03:09 -07:00
15 lines
462 B
TOML
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 }
|