File: remove-partial-io.diff

package info (click to toggle)
rust-combine 4.6.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 988 kB
  • sloc: sh: 21; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (3)
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
37
38
39
40
Index: combine/Cargo.toml
===================================================================
--- combine.orig/Cargo.toml
+++ combine/Cargo.toml
@@ -30,6 +30,7 @@ categories = [
 license = "MIT"
 repository = "https://github.com/Marwes/combine"
 resolver = "1"
+autoexamples = false
 
 [package.metadata.docs.rs]
 all-features = true
@@ -47,13 +48,6 @@ name = "combine"
 path = "src/lib.rs"
 
 [[example]]
-name = "async"
-required-features = [
-    "std",
-    "tokio",
-]
-
-[[example]]
 name = "date"
 
 [[example]]
@@ -166,13 +160,6 @@ package = "futures"
 [dev-dependencies.once_cell]
 version = "1.0"
 
-[dev-dependencies.partial-io]
-version = "0.5.4"
-features = [
-    "tokio",
-    "quickcheck",
-]
-
 [dev-dependencies.quick-error]
 version = "2.0"