File: remove-async.patch

package info (click to toggle)
rust-expectrl 0.7.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: python: 55; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 679 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
31
32
33
34
35
36
Index: expectrl/Cargo.toml
===================================================================
--- expectrl.orig/Cargo.toml
+++ expectrl/Cargo.toml
@@ -37,31 +37,14 @@ resolver = "2"
 [package.metadata.docs.rs]
 all-features = false
 
-[dependencies.futures-lite]
-version = "1.12.0"
-optional = true
-
-[dependencies.futures-timer]
-version = "3.0.2"
-optional = true
-
 [dependencies.regex]
 version = "1.6.0"
 
 [features]
-async = [
-    "futures-lite",
-    "futures-timer",
-    "async-io",
-]
 polling = [
     "dep:polling",
 ]
 
-[target."cfg(unix)".dependencies.async-io]
-version = "1.9.0"
-optional = true
-
 [target."cfg(unix)".dependencies.nix]
 version = "0.26"