# 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-conditional-middleware" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A middleware wrapper that enables (or disables) a wrapped Reqwest middleware on a per-request basis" documentation = "https://docs.rs/reqwest-conditional-middleware/" readme = "README.md" license = "MIT" repository = "https://github.com/oxidecomputer/reqwest-conditional-middleware" [lib] name = "reqwest_conditional_middleware" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.http] version = "1" [dependencies.reqwest] version = "0.12" default-features = false [dependencies.reqwest-middleware] version = "0.4" [dev-dependencies.tokio] version = "1.6" features = ["full"]