Cargo Features

[dependencies]
keen-retry = { version = "0.4.1", default-features = false, features = ["async", "no-async"] }
default = async

The async feature is set by default whenever keen-retry is added without default-features = false somewhere in the dependency tree.

async default = futures, tokio

Affects keen_retry_executors::keen_retry_async_executor

no-async

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.

futures async
tokio async