[package]
edition = "2021"
name = "matchr"
version = "0.2.5"
authors = ["0l3d 0l3dgit@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast fuzzy matcher library written in Rust for use in CLI tools and TUI apps."
readme = "README.md"
keywords = [
"fuzzy",
"matcher",
"cli",
"rust",
]
categories = [
"text-processing",
"command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0l3d/matchr"
[lib]
name = "matchr"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies]