[package] name = "oai_rs" description = "An async rust library that's a wrapper for the OpenAI API" homepage = "https://github.com/motorlatitude/oai_rs" repository = "https://github.com/motorlatitude/oai_rs" license = "GPL-3.0" license-file = "./LICENSE" readme = "./README.md" version = "0.1.3" edition = "2021" documentation = "https://docs.rs/oai_rs/" keywords = ["OpenAI", "AI", "API", "async"] categories = ["asynchronous", "multimedia::images"] publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dotenv = "0.15.0" reqwest = { version = "0.11.13", features = ["json"] } serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0" strum = "0.24" strum_macros = "0.24"