[package] name = "postgres_query_derive" version = "0.1.1" authors = ["Christofer Nolander "] edition = "2018" description = "Define SQL queries with human-readable parameter names" repository = "https://github.com/nolanderc/rust-postgres-query" license = "MIT OR Apache-2.0" readme = "../README.md" [lib] name = "postgres_query_derive" proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0.3" syn = { version = "1.0.5", features = ["derive", "extra-traits"] } quote = "1.0.2" postgres = "0.15.2"