ait 0.6.0

AIT is a terminal based chat interface for interacting with large language models from various providers.
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 = "2024"
name = "ait"
version = "0.6.0"
authors = ["Wilhelm Söderkvist Vermelin <wilhelm.wermelin@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AIT is a terminal based chat interface for interacting with large language models from various providers."
readme = "README.md"
license = "MIT"
repository = "https://github.com/wilswer/ait"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.crossterm]
version = "0.29"
features = [
    "event-stream",
    "use-dev-tty",
    "libc",
]

[dependencies.directories]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.genai]
version = "0.6"

[dependencies.ratatui]
version = "0.30"
features = [
    "unstable-widget-ref",
    "unstable-rendered-line-info",
]

[dependencies.ratatui-explorer]
version = "0.3.0"

[dependencies.ratatui-textarea]
version = "0.9"

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

[dependencies.syntect]
version = "5.2"

[dependencies.textwrap]
version = "0.16"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tui-big-text]
version = "0.8"

[target.'cfg(not(target_os = "linux"))'.dependencies.arboard]
version = "3"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true