# 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 = "yozuk-model" version = "0.22.11" authors = ["picoHz "] description = "NLP model generator for Yozuk" homepage = "https://yozuk.com" documentation = "https://docs.rs/yozuk-modelgen" readme = "README.md" keywords = ["yozuk"] categories = ["text-processing"] license = "MIT" repository = "https://github.com/yozuk/yozuk-modelgen" resolver = "2" [dependencies.anyhow] version = "1.0.57" optional = true [dependencies.base64] version = "0.13.0" [dependencies.blake2] version = "0.10.4" [dependencies.bytes] version = "1.1.0" [dependencies.crfs] version = "0.2.0" [dependencies.crfsuite] version = "0.3.1" optional = true [dependencies.entropy] version = "0.4.1" [dependencies.itertools] version = "0.10.3" optional = true [dependencies.nanoid] version = "0.4.0" optional = true [dependencies.punycode] version = "0.4.1" [dependencies.rayon] version = "1.5.2" optional = true [dependencies.yozuk-helper-english] version = "0.22.11" [dependencies.yozuk-sdk] version = "0.22.11" [features] default = [] modelgen = [ "crfsuite", "rayon", "anyhow", "itertools", "nanoid", ]