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.
20 lines
440 B
20 lines
440 B
--- tokio-rustls-0.26.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ tokio-rustls-0.26.0/Cargo.toml 2024-06-28T09:37:31.568922+00:00
|
|
@@ -63,15 +63,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"]
|