lindera-python 2.1.1

A morphological analysis libraries and command line interface.
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-python"
version = "2.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A morphological analysis libraries and command line interface."
homepage = "https://github.com/lindera/lindera"
documentation = "https://docs.rs/lindera"
readme = "README.md"
keywords = [
    "morphological",
    "analysis",
    "library",
    "dictionary",
    "cli",
]
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-ko-dic = ["lindera/embed-ko-dic"]
embed-unidic = ["lindera/embed-unidic"]
train = ["lindera/train"]

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

[dependencies.lindera]
version = "2.1.1"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.pyo3]
version = "0.27.2"
features = [
    "extension-module",
    "abi3-py310",
    "generate-import-lib",
]

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

[dependencies.serde_json]
version = "1.0.149"