From f13934434e302a703278a3f4561f765989909c6d Mon Sep 17 00:00:00 2001 From: Shayne Hartford Date: Sat, 5 Oct 2024 18:35:20 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eee94b5..f5ed4d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,8 @@ reqwest = { version = "^0.12", default-features = false, features = ["json", "co [dev-dependencies] tokio = { version = '1', features = ['macros', 'rt-multi-thread'] } + [features] -default = ["reqwest/default"] \ No newline at end of file +default = ["rustls-tls"] +native-tls = ["reqwest/native-tls"] +rustls-tls = ["reqwest/rustls-tls"]