easy-sqlx-macro 0.1.2

The Rust Toolkit to easy use sqlx
Documentation
[package]
name = "easy-sqlx-macro"
version = "0.1.2"
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"

# [features]
# default = ["postgres", "chrono"]
# postgres = []
# chrono = []

[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