summaryrefslogtreecommitdiffstats
path: root/vendor/p384/debian/patches/disable-benches.patch
blob: 8bc59068e65679890a8deda0d504a20ba35b6d63 (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
Index: p384/Cargo.toml
===================================================================
--- p384.orig/Cargo.toml
+++ p384/Cargo.toml
@@ -37,6 +37,7 @@ categories = [
 ]
 license = "Apache-2.0 OR MIT"
 repository = "https://github.com/RustCrypto/elliptic-curves/tree/master/p384"
+autobenches = false
 
 [package.metadata.docs.rs]
 rustdoc-args = [
@@ -44,15 +45,6 @@ rustdoc-args = [
     "docsrs",
 ]
 
-[[bench]]
-name = "field"
-harness = false
-required-features = ["expose-field"]
-
-[[bench]]
-name = "scalar"
-harness = false
-
 [dependencies.ecdsa-core]
 version = "0.16"
 features = ["der"]