From 871824852c431a46976285196d403213b6069a69 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Sun, 3 Nov 2024 09:37:51 +0000 Subject: [PATCH] Add async-https-rustls feature (#28) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b06e946..bca3181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,3 +42,4 @@ default = ["blocking", "async", "async-https"] blocking = ["ureq", "ureq/socks"] async = ["reqwest", "reqwest/socks"] async-https = ["reqwest/default-tls", "async"] +async-https-rustls = ["reqwest/rustls-tls", "async"]