sqlrite-ask 0.10.0

Natural-language → SQL adapter for sqlrite-engine. Anthropic-first; OpenAI / Ollama follow-ups.
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.85"
name = "sqlrite-ask"
version = "0.10.0"
authors = ["Joao Henrique Machado Silva <joaoh82@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Natural-language → SQL adapter for sqlrite-engine. Anthropic-first; OpenAI / Ollama follow-ups."
readme = "README.md"
keywords = [
    "sqlrite",
    "llm",
    "anthropic",
    "ai",
    "sql",
]
categories = [
    "database",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/joaoh82/rust_sqlite"

[features]
default = ["http"]
http = ["dep:ureq"]

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.ureq]
version = "2"
features = [
    "json",
    "tls",
]
optional = true

[dev-dependencies.tiny_http]
version = "0.12"