Cargo Features
Orcinus has no features set by default.
[dependencies]
orcinus = { version = "0.3.0", features = ["r2d2-integration", "bb8-integration", "autossl"] }
- r2d2-integration = r2d2
-
Affects
orcinus::r2d2
… - bb8-integration = async-trait, bb8
-
Affects
orcinus::bb8
… - autossl = bufstream, rustls, tokio-rustls
-
Affects
bb8::MysqlConnection
,orcinus::autossl_client
,r2d2::MysqlConnection
…
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.