[dependencies.tokio]
features = ["time", "macros"]
version = "1"
[dev-dependencies.tokio]
features = ["time", "macros", "rt-multi-thread"]
version = "1"
[lib]
name = "retryx"
path = "src/lib.rs"
[package]
authors = ["shahnoor mujawar <shahnoormujawar@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming"]
description = "Async-first retry and exponential backoff helper for Tokio-based Rust applications."
documentation = "https://docs.rs/retryx"
edition = "2021"
exclude = ["/.github/*", "/target/*", "/scripts/*"]
homepage = "https://github.com/shahnoorgit/retryx"
keywords = ["retry", "backoff", "exponential-backoff", "tokio", "async"]
license = "MIT OR Apache-2.0"
name = "retryx"
readme = "README.md"
repository = "https://github.com/shahnoorgit/retryx"
version = "1.0.0"