From 1c4460dd177a3b1b0c94acd51318bf278569a9ff Mon Sep 17 00:00:00 2001 From: Antonios Matakos Date: Thu, 15 Jan 2026 22:41:10 -0800 Subject: [PATCH] Add native-tls feature for reqwest dependency This new feature avoids bringing the ring dependency that comes through even when using the reqwest-tls-no-provider --- crates/rmcp/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/rmcp/Cargo.toml b/crates/rmcp/Cargo.toml index b9c0baa2..5e05e9fb 100644 --- a/crates/rmcp/Cargo.toml +++ b/crates/rmcp/Cargo.toml @@ -86,6 +86,8 @@ __reqwest = ["dep:reqwest"] reqwest = ["__reqwest", "reqwest?/rustls-tls"] +reqwest-native-tls = ["__reqwest", "reqwest?/native-tls"] + reqwest-tls-no-provider = ["__reqwest", "reqwest?/rustls-tls-no-provider"] server-side-http = [