tokio-pg-mapper 0.1.5

Proc-macro library used to map a tokio-postgres row to a Rust type (struct)
Documentation
[dependencies.tokio-pg-mapper-derive]
optional = true
version = "0.1.4"

[dependencies.tokio-postgres]
version = "0.5.1"

[features]
derive = ["tokio-pg-mapper-derive"]

[lib]
doctest = false

[package]
authors = ["Darin Gordon <dkcdkg@gmail.com>", "Zeyla Hellyer <zeyla@hellyer.dev>"]
description = "Proc-macro library used to map a tokio-postgres row to a Rust type (struct)"
edition = "2018"
homepage = "https://www.github.com/Dowwie/tokio-postgres-mapper"
keywords = ["tokio", "postgres", "mapper"]
license = "ISC"
name = "tokio-pg-mapper"
repository = "https://www.github.com/Dowwie/tokio-postgres-mapper"
version = "0.1.5"