Description: Disable benches as they require downloading an external file
  The license of the external file (big.xml) is unclear.
Author: Antonin Delpeuch <antonin@delpeuch>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -86,11 +86,6 @@ path = "tests/tree_tests.rs"
 name = "xpath_tests"
 path = "tests/xpath_tests.rs"
 
-[[bench]]
-name = "parsing_benchmarks"
-path = "benches/parsing_benchmarks.rs"
-harness = false
-
 [dependencies.libc]
 version = "0.2"
 
