1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Maytham Alsudany <maytha8thedev@gmail.com>
Forwarded: not-needed
Description: Disable aws-lc-rs
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,16 +38,12 @@
repository = "https://github.com/rustls/tokio-rustls"
[features]
-aws-lc-rs = ["aws_lc_rs"]
-aws_lc_rs = ["rustls/aws_lc_rs"]
brotli = ["rustls/brotli"]
default = [
"logging",
"tls12",
- "aws_lc_rs",
]
early-data = []
-fips = ["rustls/fips"]
logging = ["rustls/logging"]
ring = ["rustls/ring"]
tls12 = ["rustls/tls12"]
|