[package]
edition = "2024"
rust-version = "1.95"
name = "inputx-nihongo"
version = "1.4.0"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Japanese input engine plugin for the Inputx IME — romaji → hiragana/katakana + kanji-matched-with-Simplified-Chinese candidates. Pluggable: can run standalone or attach as an enhancement to the wubi/pinyin pipeline."
homepage = "https://github.com/goliajp/inputx"
readme = "README.md"
keywords = [
"japanese",
"ime",
"romaji",
"hiragana",
"katakana",
]
categories = [
"text-processing",
"internationalization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/goliajp/inputx"
resolver = "2"
[lib]
name = "inputx_nihongo"
crate-type = ["lib"]
path = "src/lib.rs"
[dependencies]