wordcut-engine 1.2.2

Word segmentation/breaking library
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 = "2018"
name = "wordcut-engine"
version = "1.2.2"
authors = ["Vee Satayamas <vsatayamas@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Word segmentation/breaking library"
readme = "README.md"
keywords = [
    "text",
    "nlp",
    "library",
]
license = "LGPL-2.1"
repository = "https://codeberg.org/mekong-lang/wordcut-engine"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.prefixtree]
version = "0.1.3"

[dependencies.regex]
version = "1.6"

[dependencies.regex-automata]
version = "0.4.9"

[dependencies.serde]
version = "1.0.27"

[dependencies.serde_derive]
version = "1.0.27"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2.108"