File: remove_package.metadata.docs.rs.patch

package info (click to toggle)
rust-imageproc 0.25.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 884 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 453 bytes parent folder | download
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
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,12 +26,6 @@
 license = "MIT"
 repository = "https://github.com/image-rs/imageproc.git"
 
-[package.metadata.docs.rs]
-features = [
-    "property-testing",
-    "katexit",
-]
-
 [profile.bench]
 opt-level = 3
 lto = false
@@ -57,10 +51,6 @@
 [dependencies.itertools]
 version = "0.13"
 
-[dependencies.katexit]
-version = "0.1.4"
-optional = true
-
 [dependencies.nalgebra]
 version = "0.33"
 features = ["std"]