openai-flows 0.9.1

OpenAI integration for flows.network
Documentation
[package]
name = "openai-flows"
version = "0.9.1"
edition = "2021"
license = "MIT/Apache-2.0"
description = "OpenAI integration for flows.network"
documentation = "https://docs.rs/openai-flows"

[lib]
path = "src/lib.rs"
crate-type = ["lib", "cdylib"]

[package.metadata.docs.rs]
default-target = "wasm32-wasi"

[dependencies]
http_req_wasi = "0.10"
lazy_static = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
urlencoding = "2"