Cargo Features

[dependencies]
rsmq_async = { version = "11.1.0", default-features = false, features = ["sync", "tokio-comp", "async-std-comp"] }
default = sync, tokio-comp

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

sync default = tokio
tokio-comp default

Enables tokio-comp of redis

async-std-comp

Enables async-std-comp of redis

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 sync