lindera-cli 2.1.1

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

[features]
compress = ["lindera/compress"]
default = [
    "compress",
    "mmap",
    "train",
]
embed-cc-cedict = ["lindera/embed-cc-cedict"]
embed-cjk = ["lindera/embed-cjk"]
embed-cjk2 = ["lindera/embed-cjk2"]
embed-cjk3 = ["lindera/embed-cjk3"]
embed-ipadic = ["lindera/embed-ipadic"]
embed-ipadic-neologd = ["lindera/embed-ipadic-neologd"]
embed-ko-dic = ["lindera/embed-ko-dic"]
embed-unidic = ["lindera/embed-unidic"]
mmap = ["lindera/mmap"]
train = ["lindera/train"]

[lib]
name = "lindera_cli"
path = "src/lib.rs"

[[bin]]
name = "lindera"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.56"
features = [
    "derive",
    "cargo",
]

[dependencies.lindera]
version = "2.1.1"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.serde_json]
version = "1.0.149"