# 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.1.9" authors = ["Vee Satayamas "] description = "Word segmentation/breaking library" readme = "README.md" keywords = [ "text", "nlp", "library", ] license = "Apache-2.0" repository = "https://codeberg.org/mekong-lang/wordcut-engine" [lib] [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.1.10" [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.69"