Cargo Features

[dependencies]
hbase-thrift = { version = "1.2.0", default-features = false, features = ["r2d2", "bb8", "pool"] }
default = r2d2

The r2d2 feature is set by default whenever hbase-thrift is added without default-features = false somewhere in the dependency tree.

r2d2 default = pool

Enables impl-r2d2 of thrift-pool

bb8 = pool

Enables impl-bb8 of thrift-pool

pool bb8? r2d2 = thrift-pool

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

thrift-pool bb8? pool? r2d2