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

76 lines
1.3 KiB

5 years ago
--- nom-5.1.2/Cargo.toml 2020-06-12T09:23:25+00:00
+++ nom-5.1.2/Cargo.toml 2020-06-19T21:33:13.361472+00:00
5 years ago
@@ -34,21 +34,6 @@
[lib]
bench = false
-
-[[example]]
-name = "json"
-path = "examples/json.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "s_expression"
-path = "examples/s_expression.rs"
5 years ago
-required-features = ["alloc"]
-
-[[example]]
-name = "string"
-path = "examples/string.rs"
-required-features = ["alloc"]
[[test]]
name = "arithmetic"
5 years ago
@@ -107,35 +92,6 @@
6 years ago
[[test]]
name = "test1"
-[[bench]]
-name = "arithmetic"
-path = "benches/arithmetic.rs"
6 years ago
-harness = false
-
-[[bench]]
-name = "http"
-path = "benches/http.rs"
6 years ago
-harness = false
-
-[[bench]]
-name = "ini"
-path = "benches/ini.rs"
6 years ago
-harness = false
-
-[[bench]]
-name = "ini_complete"
-path = "benches/ini_complete.rs"
6 years ago
-harness = false
-
-[[bench]]
-name = "ini_str"
-path = "benches/ini_str.rs"
6 years ago
-harness = false
-
-[[bench]]
-name = "json"
-path = "benches/json.rs"
6 years ago
-harness = false
[dependencies.lazy_static]
version = "^1.0"
optional = true
5 years ago
@@ -151,14 +107,10 @@
[dependencies.regex]
version = "^1.0"
optional = true
-[dev-dependencies.criterion]
-version = "0.2"
5 years ago
[dev-dependencies.doc-comment]
version = "0.3"
-[dev-dependencies.jemallocator]
-version = "^0.1"
[build-dependencies.version_check]
5 years ago
version = "0.9"