[package] name = "cloudllm" version = "0.1.4" authors = ["Angel Leon "] edition = "2018" description = "A Rust library for bridging applications with remote LLMs across various platforms." repository = "https://github.com/CloudLLM-ai/cloudllm" # Update this with the actual repository link. license = "MIT" documentation = "https://docs.rs/cloudllm/latest/cloudllm/" [dependencies] tokio = { version = "1.41.0", features = ["full"] } openai-rust = "1.5.2" async-trait = "0.1.83"