# 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" rust-version = "1.70.0" name = "reqwest-partial-retry" version = "0.1.1" authors = ["Funami580"] description = "Wrapper around reqwest to allow for easy partial retries" readme = "README.md" categories = ["web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/Funami580/reqwest-partial-retry" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4" default-features = false [dependencies.futures-core] version = "0.3" [dependencies.hyperx_chantra] version = "1.4.0" features = ["headers"] [dependencies.reqwest] version = "0.11" features = ["stream"] [dependencies.reqwest-middleware] version = "0.2" [dependencies.reqwest-retry] version = "0.3" [dependencies.retry-policies] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = ["time"] [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.tokio] version = "1.0" features = ["full"]