File: 2002_no_feature_default.patch

package info (click to toggle)
rust-mail-send 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: makefile: 2; sh: 1
file content (16 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: stop provide patched default feature
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-08-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,6 @@
 env_logger = "0.11.0"
 
 [features]
-default = ["digest-md5", "cram-md5", "ring", "tls12"]
 digest-md5 = ["md5", "rand"]
 cram-md5 = ["md5"]
 logging = ["rustls/logging", "tokio-rustls/logging"]