Cargo Features

[dependencies]
mobc-reql = { version = "0.6.4", default-features = false, features = ["tokio", "async-std"] }
default = tokio

The tokio feature is set by default whenever mobc-reql is added without default-features = false somewhere in the dependency tree.

tokio default

Enables tokio of mobc ^0.7.3

async-std

Enables async-std of mobc ^0.7.3

mobc-reql has 3 features without comments.