[package] name = "backoff-futures" description = """ A retry and backoff mechanism for `std::future::Future`. DEPRECATED: see `backoff::future`.""" version = "0.3.2" authors = ["Jakub Wieczorek "] keywords = ["backoff", "exponential", "futures"] license = "MIT" repository = "https://github.com/jakubadamw/backoff-futures" edition = "2018" [badges] maintenance = { status = "deprecated" } [dependencies] async-trait = "0.1" backoff = "0.2" tokio = { version = "0.2.1", features = ["time"] } [dev-dependencies] futures = "0.3" isahc = "0.9" matches = "0.1"