Cargo Features

[dependencies]
mobc = { version = "0.8.4", default-features = false, features = ["unstable", "tokio", "async-std", "actix-rt"] }
default = tokio, unstable

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

unstable default

Affects mobc::runtime

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 default

Affects spawn::spawn_tokio, spawn::get_current_dispatcher

async-std implicit feature

Enables async-std

async-std:

Async version of the Rust standard library

actix-rt implicit feature

Enables actix-rt ^1

actix-rt:

Tokio-based single-threaded async runtime for the Actix ecosystem