retry-block 1.0.0

Utilities to retry operations that may fail with configurable backoff behavior using macros over blocks of code
Documentation
[dependencies.async-trait]
optional = true
version = "0.1.53"

[dependencies.futures-util]
optional = true
version = "0.3.21"

[dependencies.rand]
optional = true
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.136"

[dependencies.tokio]
features = ["sync", "time", "macros", "rt-multi-thread", "signal", "test-util"]
optional = true
version = "1.17.0"

[dependencies.tokio-stream]
optional = true
version = "0.1.8"

[dev-dependencies.rand_xorshift]
version = "0.3.0"

[features]
config = ["serde"]
default = ["random", "config", "future", "persist"]
future = ["tokio"]
persist = ["tokio", "tokio-stream", "futures-util", "async-trait"]
random = ["rand"]

[package]
authors = ["IGI-111 <igi-111@protonmail.com>"]
description = "Utilities to retry operations that may fail with configurable backoff behavior using macros over blocks of code"
edition = "2021"
license = "MIT"
name = "retry-block"
repository = "https://github.com/IGI-111/retry-block"
resolver = "2"
version = "1.0.0"