From dd49a8737d26048ff8d197d4ac141d56a7bb4ff8 Mon Sep 17 00:00:00 2001
From: Dmitry Samoylov <dmitry.samoylov@quantumsoft.ru>
Date: Tue, 17 Sep 2024 19:09:07 +0700
Subject: [PATCH] Add `tls` feature to `Cargo.toml`

---
 onvif/Cargo.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/onvif/Cargo.toml b/onvif/Cargo.toml
index 49a39a6..fcc9f73 100644
--- a/onvif/Cargo.toml
+++ b/onvif/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2018"
 license = "MIT"
 
 [features]
+tls = ["reqwest/native-tls"]
 
 [dependencies]
 async-recursion = "0.3.1"
@@ -40,4 +41,4 @@ futures-util = "0.3.8"
 structopt = "0.3.21"
 tokio = { version = "1.0.1", features = ["full"] }
 tracing-subscriber = "0.2.20"
-b_2 = {path = "../wsdl_rs/b_2"}
+b_2 = { path = "../wsdl_rs/b_2" }