Description: avoid not-in-Debian crate aws-lc-rs
Author: Blair Noctis <ncts@debian.org>
Forwarded: not-needed
Last-Update: 2025-03-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,9 +11,7 @@
 documentation = "https://docs.rs/hyper-rustls/"
 
 [features]
-default = ["native-tokio", "http1", "tls12", "logging", "aws-lc-rs"]
-aws-lc-rs = ["rustls/aws_lc_rs"]
-fips = ["aws-lc-rs", "rustls/fips"]
+default = ["native-tokio", "http1", "tls12", "logging", "ring"]
 http1 = ["hyper-util/http1"]
 http2 = ["hyper-util/http2"]
 logging = ["log", "tokio-rustls/logging", "rustls/logging"]
