[dependencies.fuzzy-matcher]
version = "0.3.7"
[dependencies.thiserror]
version = "2.0.17"
[lib]
name = "skimple"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple interface for the skim fuzzy-matcher"
documentation = "https://docs.rs/skimple"
edition = "2024"
homepage = "https://github.com/dotzenith/skimple"
keywords = ["fuzzy", "match", "text", "search"]
license = "MIT"
name = "skimple"
readme = "README.md"
repository = "https://github.com/dotzenith/skimple"
version = "2.0.1"