# 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 = "tokio-retry2" version = "0.5.6" authors = [ "Julia Naomi ", "Sam Rijs ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extensible, asynchronous retry behaviours for futures/tokio" documentation = "https://docs.rs/tokio-retry2" readme = "README.md" keywords = [ "tokio", "retry", "backoff", ] license = "MIT" repository = "https://github.com/naomijub/tokio-retry" [lib] name = "tokio_retry2" path = "src/lib.rs" [[test]] name = "future" path = "tests/future.rs" [dependencies.pin-project] version = "1.1.5" [dependencies.rand] version = "0.8.5" optional = true [dependencies.tokio] version = "1.40" features = ["time"] [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.tokio] version = "1.40" features = ["full"] [features] implicit_results = [] jitter = ["rand"] tracing = ["dep:tracing"] [lints.clippy.complexity] level = "warn" priority = 3 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = 1 [lints.clippy.style] level = "deny" priority = 0 [lints.clippy.suspicious] level = "deny" priority = 2