# 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 = "fure" version = "0.6.0" authors = ["Ilya Titkov "] description = "Retrying futures using different policies" documentation = "https://docs.rs/fure" readme = "README.md" keywords = ["futures-retry", "retry", "futures"] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/Leonqn/fure" resolver = "2" [dependencies.async-std] version = "1" optional = true [dependencies.pin-project-lite] version = "0.2" [dependencies.rand] version = "0.8" optional = true [dependencies.tokio] version = "1" features = ["time"] optional = true default-features = false [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.tokio] version = "1" features = ["time", "rt"] default-features = false [features] default = ["tokio", "rand"] [badges.github] repository = "Leonqn/fure" workflow = "CI"