pgx-macros 0.6.0-alpha.1

Proc Macros for 'pgx'
Documentation
[package]
name = "pgx-macros"
version = "0.6.0-alpha.1"
authors = ["ZomboDB, LLC <zombodb@gmail.com>"]
license = "MIT"
description = "Proc Macros for 'pgx'"
homepage = "https://github.com/tcdi/pgx"
repository = "https://github.com/tcdi/pgx"
documentation = "https://docs.rs/pgx-macros"
readme = "README.md"
edition = "2021"

[lib]
proc-macro = true

[package.metadata.docs.rs]
# Enable `#[cfg(docsrs)]` (https://docs.rs/about/builds#cross-compiling)
rustc-args = ["--cfg", "docsrs"]

[dependencies]
pgx-utils = { path = "../pgx-utils", version = "=0.6.0-alpha.1" }
proc-macro2 = "1.0.47"
quote = "1.0.21"
syn = { version = "1.0.103", features = [ "extra-traits", "full", "fold", "parsing" ] }
unescape = "0.1.0"

[dev-dependencies]
serde = { version = "1.0.147", features = ["derive"] }