[package] name = "automated" version = "0.0.3" edition = "2021" authors = ["Ali Hassan "] exclude = ["/target", "/model"] keywords = ["ai", "web", "llma", "nlp"] description = "The purpose of this crate to invoke kernel process" categories = ["ai", "nlp", "transformaer"] license-file = "LICENSE" license = "MIT" publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colorful = "0.2.2" rust-bert = "0.20.0" rust_tokenizers = "8.1.0" tch = "0.10.0" terminal-spinners = "0.3.2" uuid = "1.3.1"