Cargo Features
[dependencies]
hdbconnect_impl = { version = "0.29.1", 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
somewhere in the dependency tree.default-features = false - async default = async-trait, tokio
-
Affects
hdbconnect_impl::a_sync
… - sync default
-
Affects
hdbconnect_impl::sync
… - dist_tx_async
- dist_tx_sync
- 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.