mobc-postgres 0.2.2

Postgres support for the mobc connection pool
Documentation
[dependencies.futures_01]
package = "futures"
version = "0.1"

[dependencies.mobc]
version = "0.1.0"

[dependencies.tokio-executor]
version = "0.2.0-alpha.6"

[dependencies.tokio-postgres]
version = "=0.5.0-alpha.1"
[dev-dependencies.tokio]
version = "0.2.0-alpha.6"

[features]
with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6"]
with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"]
with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4"]
with-geo-types-0_4 = ["tokio-postgres/with-geo-types-0_4"]
with-serde_json-1 = ["tokio-postgres/with-serde_json-1"]
with-uuid-0_7 = ["tokio-postgres/with-uuid-0_7"]

[package]
authors = ["importcjj <importcjj@gmail.com>"]
description = "Postgres support for the mobc connection pool"
edition = "2018"
keywords = ["postgres", "pool", "database", "async", "await"]
license = "MIT/Apache-2.0"
name = "mobc-postgres"
readme = "README.md"
repository = "https://github.com/importcjj/mobc/tree/master/postgres"
version = "0.2.2"