pgrx-macros 0.12.9

Proc Macros for 'pgrx'
Documentation
[dependencies.pgrx-sql-entity-graph]
version = "=0.12.9"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.78"

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
features = ["extra-traits", "full", "parsing"]
version = "2"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[features]
no-schema-generation = ["pgrx-sql-entity-graph/no-schema-generation"]

[lib]
name = "pgrx_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Proc Macros for 'pgrx'"
documentation = "https://docs.rs/pgrx-macros"
edition = "2021"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
license = "MIT"
name = "pgrx-macros"
readme = "README.md"
repository = "https://github.com/pgcentralfoundation/pgrx/"
version = "0.12.9"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]