# 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 = "retry_macro" version = "0.2.0" authors = ["bwinter"] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "A set of declarative macros which retries executing a function upon failure" documentation = "https://docs.rs/retry_macro/0.1.0/retry_macro/" readme = "README.md" keywords = [ "macro", "retry", "sync", "async", "tokio", ] license = "MIT/Apache-2.0" repository = "https://github.com/bwintertkb/retry_macro" [dependencies.shadow-clone] version = "1.2.1" [dependencies.tokio] version = "1.21.2" features = [ "macros", "rt-multi-thread", "time", ] optional = true [features] tokio = ["dep:tokio"]