[package]
name = "easy-sqlx-macro"
version = "0.1.0"
edition = "2021"
authors = ["1701 <79628868@qq.com>"]
license = "Apache-2.0"
categories = ["database"]
keywords = ["database", "orm", "sqlx", "easy-sqlx"]
documentation = "https://gitee.com/knowgo/easy-sqlx"
description = "The Rust Toolkit to easy use sqlx"
repository = "https://gitee.com/knowgo/easy-sqlx"
homepage = "https://gitee.com/knowgo/easy-sqlx"
[lib]
proc-macro = true
[dependencies]
easy-sqlx-utils = { path = "../easy-sqlx-utils", version = "^0" }
easy-sqlx-core = { path = "../easy-sqlx-core", version = "^0", features = [
"postgres",
"chrono",
] }
syn = { workspace = true, features = ["full"] }
quote.workspace = true
proc-macro2.workspace = true
heck.workspace = true