# 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 = "reqwest-retry-after" version = "0.1.2" authors = ["Justin Perez "] description = "Retry-After header support for reqwest" readme = "README.md" keywords = [ "http", "request", "reqwest", "retry", "retry-after", ] categories = [ "asynchronous", "web-programming::http-client", "parsing", ] license = "MIT" repository = "https://github.com/melotic/reqwest-retry-after" [dependencies.async-trait] version = "0.1.77" [dependencies.reqwest] version = "0.11.23" [dependencies.reqwest-middleware] version = "0.2.4" [dependencies.task-local-extensions] version = "0.1.4" [dependencies.tokio] version = "1.35.1" features = ["sync"] [dev-dependencies.httpmock] version = "0.7.0" [dev-dependencies.tokio] version = "1.35.1" features = [ "rt", "macros", ]