[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"