[dependencies.attribute-derive]
version = "0.8.1"
[dependencies.proc-macro2]
version = "1.0.75"
[dependencies.quote]
version = "1.0.35"
[dependencies.syn]
features = ["extra-traits"]
version = "2.0.48"
[dev-dependencies.macrotest]
version = "1.0.9"
[lib]
proc-macro = true
[package]
authors = ["Jonathan Moore <jonm@duck.com>"]
categories = ["database", "template-engine"]
description = "Derive macros used internally by `postgres-named-parameters`. You should not use this crate directly; instead, use `postgres-named-parameters`."
edition = "2021"
homepage = "https://github.com/jmoore34/postgres-named-parameters"
keywords = ["macro", "postgres", "sql", "parameters", "query"]
license = "MIT"
name = "postgres-named-parameters-derive"
readme = "README.md"
repository = "https://github.com/jmoore34/postgres-named-parameters"
version = "0.1.0"