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]