# 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 = "easy_retry" version = "0.1.0" authors = ["Michael Jaquier "] description = "A simple and easy to use retry library for Rust" homepage = "https://github.com/cigani/easy_retry" documentation = "https://docs.rs/easy_retry" readme = "README.md" keywords = [ "async", "retry", "networking", ] license = "MIT" repository = "https://github.com/cigani/easy_retry" [dependencies.futures] version = "0.3.30" optional = true [dependencies.tokio] version = "1.36.0" features = ["time"] optional = true [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [features] async = [ "futures", "tokio", ] [badges.github] repository = "cigani/easy_retry" workflow = "main" [lints.clippy] correctness = "deny" missing_errors_doc = "allow" must_use_candidate = "allow" no_effect_underscore_binding = "allow" unused_async = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1