[package]
edition = "2024"
name = "teaql-sql"
version = "0.9.5"
authors = ["Philip"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TeaQL core, SQL, runtime, dialect, and macro crates for model-driven data access"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/teaql/teaql-rs"
resolver = "2"
[lib]
name = "teaql_sql"
path = "src/lib.rs"
[dependencies.teaql-core]
version = "0.9.4"
registry-index = "sparse+https://crates.teaql.io/repository/cargo-hosted/"