1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: avoid not-in-Debian crate aws-lc-rs
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-09-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,9 +59,6 @@
dkim = ["mail-auth"]
digest-md5 = ["md5", "rand"]
cram-md5 = ["md5"]
-aws_lc_rs = ["rustls/aws_lc_rs", "tokio-rustls/aws_lc_rs"]
-aws-lc-rs = ["aws_lc_rs"]
-fips = ["rustls/fips", "tokio-rustls/fips"]
logging = ["rustls/logging", "tokio-rustls/logging"]
ring = ["rustls/ring", "tokio-rustls/ring"]
tls12 = ["rustls/tls12", "tokio-rustls/tls12"]
|