chamkho 1.5.0

Khmer, Lao, Myanmar, and Thai word segmentation/breaking library and command line
# 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 = "2018"
name = "chamkho"
version = "1.5.0"
authors = ["Vee Satayamas <vsatayamas@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Khmer, Lao, Myanmar, and Thai word segmentation/breaking library and command line"
homepage = "https://github.com/veer66/chamkho"
documentation = "https://github.com/veer66/chamkho/blob/master/README.md"
readme = "README.md"
keywords = [
    "text",
    "nlp",
    "lao",
    "thai",
    "library",
]
license = "Apache-2.0"
repository = "https://github.com/veer66/chamkho"

[features]
onedir = []

[[bin]]
name = "wordcut"
path = "src/cli.rs"

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

[dependencies.proc-macro2]
version = "1.0.42"

[dependencies.wordcut-engine]
version = "1.2.2"