# 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 = "httproxide-hyper-reverse-proxy" version = "0.5.2-dev" authors = [ "Brendan Zabarauskas ", "Felipe Noronha ", "Jan Kantert ", ] include = [ "Cargo.toml", "LICENSE", "src/**/*", ] description = "temporary fork of hyper-reverse-proxy" homepage = "https://github.com/felipenoris/hyper-reverse-proxy" documentation = "https://docs.rs/hyper-reverse-proxy" readme = "README.md" keywords = [ "http", "hyper", ] categories = [ "network-programming", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/felipenoris/hyper-reverse-proxy" [dependencies.hyper] version = "0.14.18" features = ["client"] [dependencies.lazy_static] version = "1.4.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.17.0" features = [ "io-util", "rt", ] [dependencies.tracing] version = "0.1.34" [dev-dependencies.async-trait] version = "0.1.53" [dev-dependencies.async-tungstenite] version = "0.17" features = ["tokio-runtime"] [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.futures] version = "0.3.21" [dev-dependencies.hyper] version = "0.14.18" features = ["server"] [dev-dependencies.hyper-trust-dns] version = "0.4.2" features = [ "rustls-http2", "dnssec-ring", "dns-over-https-rustls", "rustls-webpki", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-context] version = "0.1.3" [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.tokiotest-httpserver] version = "0.2.1" [dev-dependencies.tungstenite] version = "0.17" [dev-dependencies.url] version = "2.2" [features] __bench = []