bb8 0.4.0

r2d2, but for async tokio based connections
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.tokio]
features = ["rt-core", "time"]
version = "0.2"
[dev-dependencies.tokio]
features = ["macros"]
version = "0.2"

[package]
authors = ["Kyle Huey <khuey@kylehuey.com>", "Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "r2d2, but for async tokio based connections"
edition = "2018"
license = "MIT"
name = "bb8"
repository = "https://github.com/khuey/bb8"
version = "0.4.0"