summaryrefslogtreecommitdiffstats
path: root/vendor/ordered-float/debian/patches/drop-features.patch
blob: 86d378ee8ea16b069a41fbf75de8c6944efbc9f6 (plain)
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
Index: ordered-float/Cargo.toml
===================================================================
--- ordered-float.orig/Cargo.toml
+++ ordered-float/Cargo.toml
@@ -34,33 +34,15 @@ categories = [
 license = "MIT"
 repository = "https://github.com/reem/rust-ordered-float"
 
-[dependencies.arbitrary]
-version = "1.0.0"
-optional = true
-
 [dependencies.num-traits]
 version = "0.2.1"
 default-features = false
 
-[dependencies.proptest]
-version = "1.0.0"
-optional = true
-
 [dependencies.rand]
 version = "0.8.3"
 optional = true
 default-features = false
 
-[dependencies.rkyv]
-version = "0.7"
-features = ["size_32"]
-optional = true
-default-features = false
-
-[dependencies.schemars]
-version = "0.6.5"
-optional = true
-
 [dependencies.serde]
 version = "1.0"
 optional = true