# 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" rust-version = "1.65" name = "async-openai-types" version = "0.24.1" authors = [ "Himanshu Neema", "Congyu Wang", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for OpenAI" homepage = "https://github.com/Congyuwang/async-openai-types" readme = "README.md" keywords = [ "openai", "async", "openapi", "ai", ] categories = [ "api-bindings", "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/Congyuwang/async-openai-types" [lib] name = "async_openai_types" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.6.0" [dependencies.derive_builder] version = "0.20.0" [dependencies.eventsource-stream] version = "0.2.3" [dependencies.futures] version = "0.3.30" default-features = false [dependencies.hyper] version = "1.4.1" [dependencies.secrecy] version = "0.8.0" features = ["serde"] [dependencies.serde] version = "1.0.203" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.61"