litsea-cli 0.7.0

Litsea is an extremely compact word segmentation and model training tool implemented in Rust.
# 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.87"
name = "litsea-cli"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Litsea is an extremely compact word segmentation and model training tool implemented in Rust."
homepage = "https://github.com/mosuka/litsea"
documentation = "https://docs.rs/litsea"
readme = "README.md"
keywords = [
    "word",
    "segmentation",
    "training",
    "model",
    "nlp",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/mosuka/litsea"

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.litsea]
version = "0.7.0"
features = ["remote_model"]

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tempfile]
version = "3.27.0"