[package]
name = "gremlin-orm-macro"
description = "A lightweight, ORM for PostgreSQL, built on top of SQLx."
homepage = "https://github.com/nils-degroot/gremlin-orm"
repository = "https://github.com/nils-degroot/gremlin-orm"
readme = "../README.md"
license-file = "../LICENSE"
version.workspace = true
edition.workspace = true
keywords.workspace = true
categories.workspace = true
authors.workspace = true
[lib]
proc-macro = true
[dependencies]
syn = "2.0.100"
quote = "1.0.40"
proc-macro2 = "1.0.94"
darling = "0.21.0"
thiserror = "2.0.12"
proc-macro-error2 = "2.0.1"