From acb18e500c99a75799683f02573a7f872a8f83d3 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 25 Sep 2024 19:24:26 +0500 Subject: [PATCH] Enable rustls for docs.rs --- ntex/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index 3ea843b8..ca9c65f5 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -18,7 +18,7 @@ edition = "2021" rust-version = "1.75" [package.metadata.docs.rs] -features = ["compio", "tokio", "openssl", "rustls", "compress", "cookie", "ws", "brotli"] +features = ["compio", "tokio", "openssl", "rustls", "compress", "cookie", "ws", "brotli", "ntex-tls/rustls-ring"] [lib] name = "ntex"