mobc 0.7.2

A generic connection pool with async/await support
Documentation
[dependencies.async-std]
features = ["unstable"]
optional = true
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures-channel]
features = ["sink"]
version = "0.3"

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-timer]
version = "3.0.2"

[dependencies.futures-util]
features = ["sink"]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "time"]
optional = true
version = "1"
[dev-dependencies.actix-http]
version = "1.0"

[dev-dependencies.actix-rt]
version = "1.0"

[dev-dependencies.actix-web]
version = "2.0.0"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.0"

[dev-dependencies.env_logger]
version = "0.7"

[dev-dependencies.tide]
version = "0.5"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.tokio-postgres]
version = "0.7.0"

[features]
default = ["tokio", "unstable"]
unstable = []

[package]
authors = ["importcjj <importcjj@gmail.com>"]
categories = ["asynchronous", "network-programming"]
description = "A generic connection pool with async/await support"
documentation = "https://docs.rs/mobc/latest/mobc/"
edition = "2018"
keywords = ["database", "pool", "async", "await"]
license = "MIT/Apache-2.0"
name = "mobc"
readme = "README.md"
repository = "https://github.com/importcjj/mobc"
version = "0.7.2"
[package.metadata.docs.rs]
features = ["unstable"]
rustdoc-args = ["--cfg", "feature=\"unstable\""]