[dependencies.backoff]
features = ["tokio"]
version = "0.4.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0.52"
[dependencies.tokio]
features = ["full"]
version = "1.37.0"
[lib]
proc-macro = true
[package]
authors = ["klebs tpk3.mx@gmail.com"]
categories = ["development-tools", "macros", "backoff", "async"]
description = "Mark an async function with #[backoff] to get the default ExponentialBackoff behavior. (tokio compatible)"
edition = "2021"
keywords = ["macros", "retry", "backoff", "tokio", "async"]
license = "MIT"
name = "backoff-macro"
readme = "README.md"
repository = "https://github.com/yourusername/backoff-macro"
version = "0.1.0"