saya-cli 0.1.2

Database-aware AI agent for the terminal: full-screen TUI, schema discovery, and bounded read-only SQL over PostgreSQL, MySQL, DuckDB, and Snowflake.
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"
rust-version = "1.88"
name = "saya-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Database-aware AI agent for the terminal: full-screen TUI, schema discovery, and bounded read-only SQL over PostgreSQL, MySQL, DuckDB, and Snowflake."
homepage = "https://github.com/databook-studio/saya-cli"
readme = "README.md"
keywords = [
    "database",
    "sql",
    "ai",
    "agent",
    "tui",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/databook-studio/saya-cli"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/saya-{ version }-{ target }{ archive-suffix }"
pkg-fmt = "tgz"
bin-dir = "saya-{ version }-{ target }/{ bin }{ binary-ext }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

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

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

[[test]]
name = "mvp"
path = "tests/mvp/main.rs"

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

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

[dependencies.ratatui]
version = "0.30"

[dependencies.saya-agent]
version = "0.1.2"

[dependencies.saya-config]
version = "0.1.2"

[dependencies.saya-connectors]
version = "0.1.2"

[dependencies.saya-store]
version = "0.1.2"

[dependencies.saya-types]
version = "0.1.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"
features = ["oid"]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "sync",
    "time",
    "net",
    "signal",
]

[dev-dependencies.duckdb]
version = "=1.10504.0"
features = [
    "bundled",
    "chrono",
    "serde_json",
    "uuid",
]

[dev-dependencies.libc]
version = "0.2"