File: reduce-features.patch

package info (click to toggle)
rust-gix 0.73.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,948 kB
  • sloc: sh: 70; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -80,18 +80,6 @@
     "blocking-network-client",
     "gix-transport/http-client-reqwest",
 ]
-blocking-http-transport-reqwest-native-tls = [
-    "blocking-http-transport-reqwest",
-    "gix-transport/http-client-reqwest-native-tls",
-]
-blocking-http-transport-reqwest-rust-tls = [
-    "blocking-http-transport-reqwest",
-    "gix-transport/http-client-reqwest-rust-tls",
-]
-blocking-http-transport-reqwest-rust-tls-trust-dns = [
-    "blocking-http-transport-reqwest",
-    "gix-transport/http-client-reqwest-rust-tls-trust-dns",
-]
 blocking-network-client = [
     "gix-protocol/blocking-client",
     "gix-pack/streaming-input",
@@ -170,7 +158,7 @@
 pack-cache-lru-dynamic = ["gix-pack/pack-cache-lru-dynamic"]
 pack-cache-lru-static = ["gix-pack/pack-cache-lru-static"]
 parallel = ["gix-features/parallel"]
-progress-tree = ["prodash/progress-tree"]
+progress-tree = ["dep:prodash", "prodash?/progress-tree"]
 revision = [
     "gix-revision/describe",
     "gix-revision/merge_base",