[dependencies.once_cell]
version = "1.18"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0.33"
[dependencies.rust-format]
version = "0.3"
[dependencies.sqlformat]
version = "0.2.4"
[dependencies.sqlparser]
version = "0.47.0"
[dependencies.syn]
features = ["full"]
version = "1.0"
[features]
any = []
log = []
mysql = []
postgres = []
sqlite = []
tracing = []
[lib]
proc-macro = true
[package]
authors = ["hg <hn63wospuvy@gmail.com>"]
description = "Template query library for Rust SQLx "
documentation = "https://docs.rs/sqlx-template"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "sqlx-template"
readme = "README.md"
repository = "https://github.com/hn63wospuvy/sqlx-template"
version = "0.1.1"