[package]
name = "vil_sql_agent"
version.workspace = true
edition = "2021"
license = "MIT OR Apache-2.0"
description = "VIL SQL Query Generator — text-to-SQL patterns, schema registry, injection prevention (I05)"
repository = "https://github.com/OceanOS-id/VIL"
homepage = "https://vastar.id/products/vil"
documentation = "https://vastar.id/docs/vil"
readme = "README.md"
[dependencies]
vil_sdk = { version = "0.4", path = "../vil_sdk" }
vil_server_core = { version = "0.4", path = "../vil_server_core" }
vil_server = { version = "0.4", path = "../vil_server" }
vil_macros = { version = "0.4", path = "../vil_macros" }
axum = { version = "0.7", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1"