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.

r2d2 r2d2-integration?
rustls autossl?

Enables rustls ^0.20.6

tokio-rustls autossl?

Enables tokio-rustls ^0.23.4

bufstream autossl?
bb8 bb8-integration?
async-trait bb8-integration?