# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mz-http-proxy" version = "0.1.0" authors = ["Materialize, Inc."] description = "HTTP proxy adapters that respect the system proxy configuration." keywords = ["http", "proxy"] categories = ["network-programming", "web-programming::http-client"] license = "Apache-2.0" repository = "https://github.com/MaterializeInc/materialize/tree/main/src/http-proxy" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "nightly_doc_features"] [dependencies.http] version = "0.2.4" [dependencies.hyper-dep] version = "0.14.11" optional = true package = "hyper" [dependencies.hyper-proxy] version = "0.9.1" optional = true [dependencies.hyper-tls] version = "0.5.0" optional = true [dependencies.ipnet] version = "2.3.1" [dependencies.lazy_static] version = "1.1.1" [dependencies.log] version = "0.4.13" [dependencies.reqwest] version = "0.11.4" optional = true [features] hyper = ["hyper-dep", "hyper-proxy", "hyper-tls"]