From 735bcff54fc7cf2bf9b7007f4f7926fed0db3ee9 Mon Sep 17 00:00:00 2001 From: Vika Date: Fri, 15 Apr 2022 07:45:55 +0300 Subject: Cargo.toml: add reqwest It's an advanced HTTP client that can do more than vanilla Hyper does. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 33f8c2a..8ccd0f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,3 +97,7 @@ features = ["client", "stream", "runtime"] version = "^0.23.0" default-features = false features = ["webpki-tokio", "http1", "http2", "tls12", "logging"] +[dependencies.reqwest] +version = "^0.11.10" +default-features = false +features = ["rustls-tls-webpki-roots", "gzip", "brotli", "json", "stream"] -- cgit 1.4.1