From cb0fad217e0d7fc3e09508cc3736928f4873af04 Mon Sep 17 00:00:00 2001
From: xz-dev <32761048+xz-dev@users.noreply.github.com>
Date: Tue, 12 Mar 2024 16:44:55 +0800
Subject: [PATCH] Cargo.toml: make rustls-platform-verifier feature as optional

---
 Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Cargo.toml b/Cargo.toml
index f7e52a4..92fa86d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,6 +39,7 @@ http1 = ["hyper-util/http1"]
 http2 = ["hyper-util/http2"]
 webpki-tokio = ["webpki-roots"]
 native-tokio = ["rustls-native-certs"]
+rustls-platform-verifier = ["rustls-platform-verifier"]
 ring = ["rustls/ring"]
 tls12 = ["tokio-rustls/tls12", "rustls/tls12"]
 logging = ["log", "tokio-rustls/logging", "rustls/logging"]