cai 0.13.0

User friendly CLI tool for AI tasks
Documentation
# 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"
name = "cai"
version = "0.13.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "User friendly CLI tool for AI tasks"
readme = "README.md"
keywords = [
    "llm",
    "ai",
    "cli",
    "ml",
    "gpt",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "ISC"
repository = "https://github.com/ad-si/cai"

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

[[bin]]
name = "cai"
path = "src/main.rs"

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

[dependencies.assert_cmd]
version = "2.0.14"

[dependencies.base64]
version = "0.22.1"

[dependencies.bat]
version = "0.24.0"

[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
version = "4.5.4"
features = [
    "derive",
    "cargo",
]

[dependencies.color-print]
version = "0.3.5"

[dependencies.config]
version = "0.14.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.pdf-extract]
version = "0.7.4"

[dependencies.predicates]
version = "3.1.0"

[dependencies.reqwest]
version = "0.12.2"
features = [
    "json",
    "multipart",
]

[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]

[dependencies.serde]
version = "1.0.197"

[dependencies.serde_derive]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.115"

[dependencies.textwrap]
version = "0.16.1"
features = ["terminal_size"]

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

[dependencies.whoami]
version = "1.6.0"

[dependencies.xdg]
version = "2.5.2"