Add new feature native-tls

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-23 20:33:41 +10:00
parent 162e4838d8
commit 0150e229aa
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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"