# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "oai_rs" version = "0.1.3" publish = true description = "An async rust library that's a wrapper for the OpenAI API" homepage = "https://github.com/motorlatitude/oai_rs" documentation = "https://docs.rs/oai_rs/" readme = "./README.md" keywords = [ "OpenAI", "AI", "API", "async", ] categories = [ "asynchronous", "multimedia::images", ] license = "GPL-3.0" license-file = "./LICENSE" repository = "https://github.com/motorlatitude/oai_rs" [dependencies.dotenv] version = "0.15.0" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24"