backoff-macro 0.2.0

Mark an async function with #[backoff] to get the default ExponentialBackoff behavior. (tokio compatible)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "backoff-macro"
version = "0.2.0"
authors = ["klebs tpk3.mx@gmail.com"]
description = "Mark an async function with #[backoff] to get the default ExponentialBackoff behavior. (tokio compatible)"
readme = "README.md"
keywords = [
    "macros",
    "retry",
    "backoff",
    "tokio",
    "async",
]
categories = [
    "development-tools",
    "macros",
    "backoff",
    "async",
]
license = "MIT"
repository = "https://github.com/yourusername/backoff-macro"

[lib]
proc-macro = true

[dependencies.backoff]
version = "0.4.0"
features = ["tokio"]

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0.52"

[dependencies.tokio]
version = "1.37.0"
features = ["full"]