lindera-nodejs 3.0.0

A Node.js binding for Lindera.
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"
name = "lindera-nodejs"
version = "3.0.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Node.js binding for Lindera."
homepage = "https://github.com/lindera/lindera"
documentation = "https://docs.rs/lindera-nodejs"
readme = "README.md"
keywords = [
    "morphological",
    "analysis",
    "library",
    "nodejs",
    "binding",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/lindera/lindera"
resolver = "2"

[features]
default = ["train"]
embed-cc-cedict = ["lindera/embed-cc-cedict"]
embed-cjk = ["lindera/embed-cjk"]
embed-ipadic = ["lindera/embed-ipadic"]
embed-ipadic-neologd = ["lindera/embed-ipadic-neologd"]
embed-jieba = ["lindera/embed-jieba"]
embed-ko-dic = ["lindera/embed-ko-dic"]
embed-unidic = ["lindera/embed-unidic"]
train = ["lindera/train"]

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

[dependencies.lindera]
version = "3.0.0"

[dependencies.napi]
version = "3.8.4"
features = [
    "napi8",
    "serde-json",
]

[dependencies.napi-derive]
version = "3.5.3"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.149"

[build-dependencies.napi-build]
version = "2.3.1"

[build-dependencies.napi-derive-backend]
version = "5.0.2"