[package] name = "futures_retrying" version = "0.1.1" authors = ["Simon Menke "] edition = "2018" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/fd/futures_retrying" homepage = "https://github.com/fd/futures_retrying" documentation = "https://docs.rs/futures_retrying" description = """ Runtime agnostic retry for futures. """ [dependencies] pin-project = "0.4" tracing = { version = "0.1", features = ["log"] } futures-timer = "2.0" rand = "0.7"