# 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-middleware-wasi" version = "0.2.5" authors = ["Rodrigo Gryzinski "] description = "Wrapper around reqwest to allow for client middleware chains." readme = "README.md" keywords = [ "reqwest", "http", "middleware", ] categories = ["web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/TrueLayer/reqwest-middleware" [lib] name = "reqwest_middleware" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.0" [dependencies.async-trait] version = "0.1.51" [dependencies.http] version = "0.2.0" [dependencies.reqwest_wasi] version = "0.11.4" features = [ "json", "multipart", ] default-features = false [dependencies.serde] version = "1.0.106" [dependencies.task-local-extensions] version = "0.1.4" [dependencies.thiserror] version = "1.0.21" [dev-dependencies.reqwest] version = "0.11.4" [dev-dependencies.tokio] version = "1.0.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.wiremock] version = "0.5.0"