[dependencies.futures]
version = "0.3"
[dependencies.pin-project-lite]
version = "0.2"
[dependencies.tokio]
default-features = false
features = ["rt", "time", "macros", "test-util", "sync"]
package = "tokio"
version = "1"
[package]
authors = ["Embark <opensource@embark-studios.com>"]
categories = ["rust-patterns"]
description = "Easily retry futures"
documentation = "https://docs.rs/tryhard"
edition = "2018"
homepage = "https://github.com/EmbarkStudios/tryhard"
keywords = ["tokio", "futures", "retry"]
license = "MIT OR Apache-2.0"
name = "tryhard"
readme = "README.md"
repository = "https://github.com/EmbarkStudios/tryhard"
version = "0.5.1"