openai-rust2 1.7.2

An unofficial library for the OpenAI API
Documentation
[dependencies.anyhow]
version = "1.0.98"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.4.0"

[dependencies.futures-util]
version = "0.3.27"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.218"

[dependencies.serde_json]
version = "1.0.94"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.43.0"

[dev-dependencies.tokio-test]
version = "0.4"

[[example]]
doc-scrape-examples = true
name = "chat"
path = "examples/chat_example.rs"

[[example]]
name = "chat_stream"
path = "examples/chat_stream_example.rs"

[lib]
name = "openai_rust2"
path = "src/lib.rs"

[package]
authors = ["gubatron", "LevitatingBusinessMan"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "An unofficial library for the OpenAI API"
documentation = "https://docs.rs/openai-rust"
edition = "2021"
keywords = ["openai", "gpt", "library", "api", "async"]
license = "MIT"
name = "openai-rust2"
readme = "README.md"
repository = "https://github.com/cloudllm-ai/openai-rust"
version = "1.7.2"

[[test]]
name = "test"
path = "tests/test.rs"