bb8-postgres 0.9.0

Full-featured async (tokio-based) postgres connection pool (like r2d2)
Documentation
[dependencies.bb8]
version = "0.9"

[dependencies.tokio]
features = ["rt"]
version = "1.0.0"

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

[dev-dependencies.futures-util]
version = "0.3.2"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0.0"

[[example]]
name = "custom_state"
path = "examples/custom_state.rs"

[[example]]
name = "static_select"
path = "examples/static_select.rs"

[[example]]
name = "txn"
path = "examples/txn.rs"

[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_6 = ["tokio-postgres/with-geo-types-0_6"]
with-serde_json-1 = ["tokio-postgres/with-serde_json-1"]
with-time-0_2 = ["tokio-postgres/with-time-0_2"]
with-time-0_3 = ["tokio-postgres/with-time-0_3"]
with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"]
with-uuid-1 = ["tokio-postgres/with-uuid-1"]

[lib]
name = "bb8_postgres"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Full-featured async (tokio-based) postgres connection pool (like r2d2)"
edition = "2021"
license = "MIT"
name = "bb8-postgres"
readme = false
repository = "https://github.com/djc/bb8"
rust-version = "1.75"
version = "0.9.0"