[package]
name = "postgres-mapper"
version = "0.1.1"
authors = ["Zeyla Hellyer <zeyla@hellyer.dev>"]
description = "Struct mapping for postgres."
homepage = "https://github.com/rusty-crates/postgres-mapper"
documentation = "https://docs.rs/postgres-mapper"
keywords = ["postgres", "mapper"]
license = "ISC"
repository = "https://github.com/rusty-crates/postgres-mapper.git"
[lib]
doctest = false
[dependencies.postgres]
version = "0.15"
optional = true
[dependencies.tokio-postgres]
version = "0.3"
optional = true
[features]
default = ["postgres-support"]
postgres-support = ["postgres"]
tokio-postgres-support = ["tokio-postgres"]
[badges.maintenance]
status = "actively-developed"