Cargo Features

[dependencies]
hdbconnect_impl = { version = "0.28.5", default-features = false, features = ["async", "sync", "dist_tx_async", "dist_tx_sync", "alpha_routing"] }
default = async, sync

These default features are set whenever hdbconnect_impl is added without default-features = false somewhere in the dependency tree.

async default = async-trait, tokio

Affects hdbconnect_impl::a_sync

sync default

Affects hdbconnect_impl::sync

dist_tx_async

Enables async of dist_tx

dist_tx_sync

Enables sync of dist_tx

alpha_routing

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 async
dist_tx dist_tx_async? dist_tx_sync?
tokio async