[[bin]]
name = "litsea-cli"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.49"
[dependencies.ctrlc]
version = "3.5.0"
[dependencies.litsea]
version = "0.3.2"
[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.48.0"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Litsea is an extreamely compact word segmentation and model training tool implemented in Rust."
documentation = "https://docs.rs/litsea-cli"
edition = "2024"
homepage = "https://github.com/mosuka/litsea/litsea-cli"
keywords = ["word", "segmentation", "training", "model"]
license = "MIT"
name = "litsea-cli"
readme = "README.md"
repository = "https://github.com/mosuka/litsea"
version = "0.3.2"