airy 0.1.2

Airy is an AI tool for interacting with databases.
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 = "airy"
version = "0.1.2"
authors = ["Tin Rabzelj <tin@flinect.com>"]
build = false
include = [
    "src",
    "docs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Airy is an AI tool for interacting with databases."
readme = "README.md"
keywords = [
    "ai",
    "database",
    "sql",
]
license-file = "LICENSE"
repository = "https://github.com/tinrab/airy"

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

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

[dependencies.clap]
version = "4.5.39"
features = [
    "derive",
    "env",
]

[dependencies.futures]
version = "0.3.31"

[dependencies.openai-api-rs]
version = "6.0.6"

[dependencies.owo-colors]
version = "4.2.1"
features = ["supports-colors"]

[dependencies.reqwest]
version = "0.12.19"
features = ["json"]

[dependencies.rmcp]
version = "0.1.5"
features = [
    "client",
    "transport-io",
    "transport-sse-server",
]

[dependencies.rust_decimal]
version = "1.37.1"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde-sqlx]
version = "0.0.1"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "chrono",
    "rust_decimal",
    "uuid",
    "mysql",
    "postgres",
]

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tokio-util]
version = "0.7.15"

[dependencies.uuid]
version = "1.17.0"