Description: remove benches, depending on unpackaged crates
Author: Antonin Delpeuch <antonin@delpeuch.eu>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -180,41 +180,6 @@ path = "tests/yen.rs"
 name = "yen-issue-507"
 path = "tests/yen-issue-507.rs"
 
-[[bench]]
-name = "algos"
-path = "benches/algos.rs"
-harness = false
-
-[[bench]]
-name = "algos-fill"
-path = "benches/algos-fill.rs"
-harness = false
-
-[[bench]]
-name = "edmondskarp"
-path = "benches/edmondskarp.rs"
-harness = false
-
-[[bench]]
-name = "kuhn_munkres"
-path = "benches/kuhn_munkres.rs"
-harness = false
-
-[[bench]]
-name = "matrices"
-path = "benches/matrices.rs"
-harness = false
-
-[[bench]]
-name = "movingai"
-path = "benches/movingai.rs"
-harness = false
-
-[[bench]]
-name = "separate_components"
-path = "benches/separate_components.rs"
-harness = false
-
 [dependencies.indexmap]
 version = "2.5"
 
