# 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 = "warp-reverse-proxy" version = "1.0.0" authors = ["danielsanchezq "] exclude = [".github"] description = "Warp filter that acts as a reverse proxy, forwarding the request to a proxy address and extracting a response." homepage = "https://github.com/danielSanchezQ/warp-reverse-proxy" readme = "README.md" keywords = [ "warp", "proxy", "reverse", "filter", ] categories = [ "web-programming", "web-programming::http-server", ] license-file = "LICENSE" repository = "https://github.com/danielSanchezQ/warp-reverse-proxy" [dependencies.hyper] version = "0.14" [dependencies.once_cell] version = "1.16" [dependencies.reqwest] version = "0.11" features = ["stream"] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.unicase] version = "2.6" [dependencies.warp] version = "0.3" [dev-dependencies.bytes] version = "1.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]