Cargo Features

mobc-redis has no features set by default.

[dependencies]
mobc-redis = { version = "0.8.2", features = ["async-std-comp"] }
default

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

Enables tokio of mobc, tokio-comp of redis ^0.23.0

async-std-comp

Enables async-std of mobc, async-std-comp of redis ^0.23.0

mobc-redis has 2 features without comments.