[package]
name = "sqlx-type-macro"
version = "0.4.17"
authors = ["Jakob Truelsen <antialize@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
keywords = [ ]
repository = "https://github.com/antialize/qusql/"
homepage = "https://github.com/antialize/qusql/"
description = "This has been renamed to https://crates.io/crates/qusql-sqlx-type-macro"
[lib]
proc-macro = true
[dependencies]
quote = "1"
syn = { version = "2", features = ["full", "parsing"] }
proc-macro2 = "1"
sql-type = "0.29.0"
once_cell = "1"
ariadne = "0.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"