[dependencies.async-openai]
version = "0.26.0"
[dependencies.futures]
version = "0.3.31"
[dependencies.toml]
default-features = false
version = "0.8.19"
[dependencies.tracing]
version = "0.1.41"
[dependencies.zino-core]
features = ["http-client"]
version = "0.31.0"
[lib]
name = "zino_chatbot"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Unified access to chatbot services for zino."
documentation = "https://docs.rs/zino-chatbot"
edition = "2021"
homepage = "https://github.com/zino-rs/zino"
keywords = ["http", "web", "framework"]
license = "MIT"
name = "zino-chatbot"
readme = "README.md"
repository = "https://github.com/zino-rs/zino"
rust-version = "1.80"
version = "0.3.0"