inputx-nihongo-wasm 1.5.0

WASM bindings for inputx-nihongo — Japanese romaji → hiragana/katakana + on-yomi kanji + jukugo, browser/Node ready. Powers the Inputx IME web surface.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.95"
name = "inputx-nihongo-wasm"
version = "1.5.0"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM bindings for inputx-nihongo — Japanese romaji → hiragana/katakana + on-yomi kanji + jukugo, browser/Node ready. Powers the Inputx IME web surface."
homepage = "https://github.com/goliajp/inputx"
readme = "README.md"
keywords = [
    "japanese",
    "ime",
    "romaji",
    "wasm",
    "wasm-bindgen",
]
categories = [
    "text-processing",
    "internationalization",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/goliajp/inputx"
resolver = "2"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[lib]
name = "inputx_nihongo_wasm"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.inputx-nihongo]
version = "1.4"

[dependencies.js-sys]
version = "0.3"

[dependencies.wasm-bindgen]
version = "0.2"