mobc-reql 0.6.4

RethinkDB support for the mobc connection pool
Documentation
[dependencies.blocking]
version = "1.0.2"

[dependencies.futures]
version = "0.3.17"

[dependencies.futures-timer]
default-features = false
version = "3.0.2"

[dependencies.mobc]
default-features = false
version = "0.7.3"

[dependencies.reql]
version = "0.11.0"

[dependencies.tracing]
version = "0.1.29"

[features]
async-std = ["mobc/async-std"]
default = ["tokio"]
tokio = ["mobc/tokio"]

[package]
authors = ["rushmorem <rushmore@webenchanter.com>"]
description = "RethinkDB support for the mobc connection pool"
documentation = "https://docs.rs/mobc-reql"
edition = "2018"
keywords = ["async", "database", "pool", "reql"]
license = "MIT/Apache-2.0"
name = "mobc-reql"
readme = "README.md"
repository = "https://github.com/rethinkdb/rethinkdb-rs/tree/main/mobc"
version = "0.6.4"