[package] name = "tokio-pg-mapper-derive" version = "0.2.0" description = "Proc-macro library used to map a tokio-postgres row to a Rust type (struct)" authors = ["Darin Gordon ", "Zeyla Hellyer "] repository = "https://www.github.com/Dowwie/tokio-postgres-mapper" homepage = "https://www.github.com/Dowwie/tokio-postgres-mapper" license = "ISC" keywords = ["tokio", "postgres", "mapper"] edition = "2018" [lib] proc-macro = true [dependencies] quote = "1.0.8" syn = { version = "1.0.54", features = ["full"] } tokio-postgres = "0.7"