You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-tokio-rustls/SOURCES/tokio-rustls-fix-metadata.diff

20 lines
440 B

--- tokio-rustls-0.26.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tokio-rustls-0.26.1/Cargo.toml 2024-12-09T19:53:04.387605+00:00
@@ -90,15 +90,12 @@
version = "0.26"
[features]
-aws-lc-rs = ["aws_lc_rs"]
-aws_lc_rs = ["rustls/aws_lc_rs"]
default = [
"logging",
"tls12",
- "aws_lc_rs",
+ "ring",
]
early-data = []
-fips = ["rustls/fips"]
logging = ["rustls/logging"]
ring = ["rustls/ring"]
tls12 = ["rustls/tls12"]