From 3fcf85892b82670438f8f3a0efd9643f46a79353 Mon Sep 17 00:00:00 2001 From: Shih-Chiang Chien Date: Tue, 23 May 2023 12:36:01 +0100 Subject: [PATCH] expose rustls secret_extraction feature (#134) --- tokio-rustls/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tokio-rustls/Cargo.toml b/tokio-rustls/Cargo.toml index 31b5a4c..2f9dd18 100644 --- a/tokio-rustls/Cargo.toml +++ b/tokio-rustls/Cargo.toml @@ -21,6 +21,7 @@ default = ["logging", "tls12"] dangerous_configuration = ["rustls/dangerous_configuration"] early-data = [] logging = ["rustls/logging"] +secret_extraction = ["rustls/secret_extraction"] tls12 = ["rustls/tls12"] [dev-dependencies]