# 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-strategy" version = "0.2.0" authors = ["Zhang Peng"] description = "A better asynchronous retry tool based on Tokio." homepage = "https://github.com/huster-zhangpeng/retry-strategy" documentation = "https://docs.rs/retry-strategy" readme = "README.md" keywords = [ "retry", "timeout", "async", "tokio", "utility", ] license = "MIT" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.futures] version = "0.3" [dependencies.pin-project] version = "1" [dependencies.tokio] version = "1" features = [ "time", "rt", "macros", "net", ]