[package] name = "yozuk-bundle" version = "0.13.1" edition = "2021" authors = ["picoHz "] description = "Prebuild NLP model for Yozuk" keywords = ["yozuk"] categories = ["text-processing"] repository = "https://github.com/yozuk/yozuk-bundle" homepage = "https://yozuk.com" documentation = "https://docs.rs/yozuk-bundle" license = "MIT" readme = "README.md" [build-dependencies] anyhow = "1.0.56" hex = "0.4.3" yozuk = { version = "0.13.1", features = ["modelgen"] } yozuk-sdk = "0.13.0"