[package] name = "openai-safe" version = "0.2.4" edition = "2021" authors = [ "Kamil Litman ", "Dario Lencina ", ] keywords = ["openai", "api", "assistant", "rust", "typesafe"] description = "OpenAI Framework for Rust" license = "MIT" repository = "https://github.com/neferdata/openai-typesafe-rs" readme = "README.md" categories = ["ai", "machine-learning", "openai", "api"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.60" env_logger = "0.9.0" log = "0.4.0" r2d2 = "0.8.10" r2d2_postgres = "0.18.1" serde = "1.0.140" serde_json = "1.0.82" tiktoken-rs = "0.4.4" schemars = "0.8.12" reqwest = { version = "0.11.11", features = ["json", "multipart", "stream"]} lazy_static = "1.4.0" base64 = "0.13.0" tokio = { version = "1.19.2", features = ["full"] }