[package]
edition = "2021"
rust-version = "1.90"
name = "yuru-ko"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Korean Hangul matching support for Yuru"
readme = "README.md"
keywords = [
"fuzzy",
"korean",
"hangul",
"romanization",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ameyanagi/yuru"
[lib]
name = "yuru_ko"
path = "src/lib.rs"
[dependencies.yuru-core]
version = "0.2.3"