# 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 = "2021" name = "libtqsm" version = "0.6.1" authors = ["Musharraf Omer "] description = "Sentence segmenter that supports ~300 languages" documentation = "https://github.com/mush42/tqsm" keywords = [ "nlp", "tokenization", "text", "ml", ] categories = [ "algorithms", "science", ] license = "MIT" repository = "https://github.com/mush42/tqsm" [dependencies.anyhow] version = "1.0.79" [dependencies.fancy-regex] version = "0.11.0" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.unicode-segmentation] version = "1.10.1"