Cargo Features

[dependencies]
bb8-tiberius = { version = "0.15.0", default-features = false, features = ["tls", "with-tokio", "with-async-std", "tds73", "chrono", "sql-browser"] }
default = chrono, sql-browser, tds73, with-tokio

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

Enables winauth of tiberius

tls

Enables rustls of tiberius

with-tokio default = tokio, tokio-util

Affects bb8-tiberius::rt

with-async-std = async-std

Affects bb8-tiberius::rt

tds73 default

Enables tds73 of tiberius

chrono default

Enables chrono of tiberius

sql-browser default

Enables sql-browser-tokio of tiberius

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.

tokio with-tokio
tokio-util with-tokio
async-std with-async-std?