Cargo Features

Retrying has no features set by default.

[dependencies]
retrying = { version = "0.1.0", features = ["tokio", "async_std"] }
tokio

Enables tokio

async_std

Enables async-std

Retrying has 2 features without comments.