Cargo Features

[dependencies]
redis-kiss = { version = "0.1.4", default-features = false, features = ["async-std-runtime", "tokio-runtime"] }
default = async-std-runtime

The async-std-runtime feature is set by default whenever redis-kiss is added without default-features = false somewhere in the dependency tree.

async-std-runtime default

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

Mobc + Redis

tokio-runtime

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