[dependencies.async-trait]
optional = true
version = "0.1.77"
[dependencies.bb8]
optional = true
version = "0.8.1"
[dependencies.r2d2]
optional = true
version = "0.8.10"
[dependencies.thrift]
version = "0.17.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.35.1"
[features]
default = ["impl-r2d2"]
impl-bb8 = ["bb8", "async-trait"]
impl-r2d2 = ["r2d2"]
[package]
description = "Easily make Connection Pools compatible with r2d2 and bb8 from any Thrift Client"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "thrift-pool"
readme = "README.md"
repository = "https://github.com/midnightexigent/thrift-pool-rs"
version = "1.5.0"
[package.metadata.docs.rs]
all-features = true