# 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 = "wordcutw" version = "0.2.1" authors = ["Vee Satayamas <5ssgdxltv@relay.firefox.com>"] description = "A C-interface wrapper for Wordcut - a Lao/Thai word segmentation/breaking library" homepage = "https://github.com/veer66/wordcutw" documentation = "https://github.com/veer66/wordcutw/blob/master/README.md" readme = "README.md" keywords = [ "text", "nlp", "lao", "thai", "c", ] license = "LGPL-3.0" repository = "https://github.com/veer66/wordcutw" [lib] crate-type = ["cdylib"] [dependencies.wordcut-engine] version = "1.1.8"