You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-nom/nom-fix-metadata.diff

48 lines
778 B

--- nom-4.2.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ nom-4.2.3/Cargo.toml 2019-11-26T10:05:03.991075+00:00
6 years ago
@@ -92,29 +92,6 @@
[[test]]
name = "test1"
-[[bench]]
-name = "arithmetic"
-harness = false
-
-[[bench]]
-name = "http"
-harness = false
-
-[[bench]]
-name = "ini"
-harness = false
-
-[[bench]]
-name = "ini_complete"
-harness = false
-
-[[bench]]
-name = "ini_str"
-harness = false
-
-[[bench]]
-name = "json"
-harness = false
[dependencies.lazy_static]
version = "^1.0"
optional = true
@@ -126,13 +103,8 @@
[dependencies.regex]
version = "^1.0"
optional = true
-[dev-dependencies.criterion]
-version = "0.2"
-
-[dev-dependencies.jemallocator]
-version = "^0.1"
[build-dependencies.version_check]
-version = "^0.1"
+version = "0.9"
[features]
alloc = []