[package]
edition = "2021"
rust-version = "1.88"
name = "yuru-core"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core fuzzy matching and ranking library for Yuru"
readme = false
keywords = [
"fuzzy",
"finder",
"matching",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ameyanagi/yuru"
[lib]
name = "yuru_core"
path = "src/lib.rs"
[dependencies.nucleo-matcher]
version = "0.3"
[dependencies.rayon]
version = "1.12"
[dependencies.unicode-normalization]
version = "0.1"
[dev-dependencies.proptest]
version = "1"