inline-postgres-macros 0.1.0

macros for the inline-postgres crate - do not use on your own
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "inline-postgres-macros"
version = "0.1.0"
edition = "2021"
description = "macros for the inline-postgres crate - do not use on your own"
license = "MIT"

[lib]
proc-macro = true

[dependencies]
quote = "1.0"
proc-macro2 = "1.0.6"
syn = { version = "2.0", feature = ["full", "parsing"] }
postgres-parser = "0.2.3"
lazy_static = "1.4"