Cargo Features

hdbconnect_async has no features set by default.

[dependencies]
hdbconnect_async = { version = "0.28.5", features = ["bb8_pool", "rocket_pool", "dist_tx"] }
bb8_pool = async-trait, bb8, log, tokio
rocket_pool = rocket, rocket_db_pools
dist_tx

Enables dist_tx_async of hdbconnect_impl

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.

async-trait bb8_pool?
bb8 bb8_pool?
log bb8_pool?
rocket_db_pools rocket_pool?
rocket rocket_pool?
tokio bb8_pool?