[dependencies.async-openai]
version = "0.17"
[dependencies.console]
version = "0.15"
[dependencies.derive_more]
features = ["from", "display", "deref"]
version = "1.0.0-beta"
[dependencies.dialoguer]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.simple-fs]
features = ["with-json", "with-toml"]
version = "0.0.2"
[dependencies.textwrap]
version = "0.16"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.toml]
version = "0.8"
[lib]
doctest = false
[lints.rust]
unsafe_code = "forbid"
[package]
authors = ["Jeremy Chone <jeremy.chone@gmail.com>"]
description = "On-Device centric multi-provider AI Assistant library to be used in CLI or on-device applications."
edition = "2021"
homepage = "https://github.com/rust10x/rust-ai-buddy"
keywords = ["openai", "ai", "machine-learning"]
license = "MIT OR Apache-2.0"
name = "ai-buddy"
repository = "https://github.com/rust10x/rust-ai-buddy"
version = "0.1.0"