# 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 = "2018" name = "reqwest-retry-wasi" version = "0.3.0" authors = ["Rodrigo Gryzinski "] description = "Retry middleware for reqwest." readme = "README.md" keywords = [ "reqwest", "http", "middleware", "retry", ] categories = ["web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/TrueLayer/reqwest-middleware" [lib] name = "reqwest_retry" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.0" [dependencies.async-trait] version = "0.1.51" [dependencies.chrono] version = "0.4.19" features = ["clock"] default-features = false [dependencies.futures] version = "0.3.0" [dependencies.http] version = "0.2.0" [dependencies.reqwest-middleware-wasi] version = "0.2.0" [dependencies.reqwest_wasi] version = "0.11.0" default-features = false [dependencies.retry-policies] version = "0.2.0" [dependencies.task-local-extensions] version = "0.1.4" [dependencies.tracing] version = "0.1.26" [dev-dependencies.futures] version = "0.3.0" [dev-dependencies.paste] version = "1.0.0" [dev-dependencies.tokio] version = "1.0.0" features = ["full"] [dev-dependencies.wiremock] version = "0.5.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper] version = "0.14.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.6.0" features = ["time"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.0" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dependencies.parking_lot] version = "0.11.2" features = ["wasm-bindgen"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-timer] version = "0.2.5"