From 0150e229aa6de27eda50692c78e2b68fc5b81da6 Mon Sep 17 00:00:00 2001
From: Jiahao XU <Jiahao_XU@outlook.com>
Date: Sat, 23 Jul 2022 20:33:41 +1000
Subject: [PATCH] Add new feature native-tls

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
---
 Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Cargo.toml b/Cargo.toml
index 8df059e2..352a5278 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,6 +75,7 @@ static = ["bzip2/static", "xz2/static"]
 pkg-config = ["zstd/pkg-config"]
 zlib-ng = ["flate2/zlib-ng"]
 rustls = ["crates_io_api/rustls", "reqwest/rustls-tls"]
+native-tls = ["reqwest/native-tls"]
 
 [dev-dependencies]
 env_logger = "0.9.0"