[package]
edition = "2024"
rust-version = "1.95"
name = "inputx-wubi-data"
version = "1.6.0"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded Wubi 86 IDFv1 dict blob + IdfReader OnceLock + Layer-from-EntryFlags helper for the inputx-wubi engine. Pure data + stateless lookup helpers (no application glue, no per-session state); successor to inputx-wubi-cement under the v1.5 D11 taxonomy correction (cement = application source, not a published crate)."
homepage = "https://github.com/goliajp/inputx"
readme = "README.md"
keywords = [
"wubi",
"ime",
"chinese",
"data",
"embedded",
]
categories = [
"text-processing",
"internationalization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/goliajp/inputx"
resolver = "2"
[lib]
name = "inputx_wubi_data"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies.inputx-dict-format]
version = "1.4"
[dependencies.inputx-scoring]
version = "1.4"
[dependencies.inputx-wubi]
version = "1.2"