Cargo Features

retry_macro has no features set by default.

[dependencies]
retry_macro = { version = "0.2.0", features = ["tokio"] }
tokio

Enables the 'call_retry_async_sleep' macro if you want to pause the async task between execution attempts.

Enables tokio