# 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 = "nlpo3" version = "1.4.0" authors = ["Thanathip Suntorntip Gorlph"] build = false exclude = [ ".gitignore", ".github/*", "build_tools/*", "tests/*", "nlpo3-cli/*", "nlpo3-nodejs/*", "nlpo3-python/*", "words_th.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Thai natural language processing library, with Python and Node bindings" homepage = "https://github.com/PyThaiNLP/nlpo3/" documentation = "https://github.com/PyThaiNLP/nlpo3/" readme = "README.md" keywords = [ "thai", "tokenizer", "nlp", "word-segmentation", ] categories = ["text-processing"] license = "Apache-2.0" repository = "https://github.com/PyThaiNLP/nlpo3/" [profile.release] lto = true codegen-units = 1 [lib] name = "nlpo3" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.45" [dependencies.binary-heap-plus] version = "0.4.1" [dependencies.bytecount] version = "0.6.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5.4" [dependencies.regex-syntax] version = "0.6.25" [dependencies.rustc-hash] version = "1.1.0"