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

75 lines
1.3 KiB

--- nom-7.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nom-7.0.0/Cargo.toml 2021-08-22T10:19:56.584131+00:00
@@ -33,21 +33,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"
@@ -101,49 +86,15 @@
name = "fnmut"
required-features = ["alloc"]
6 years ago
-[[bench]]
-name = "arithmetic"
-path = "benches/arithmetic.rs"
6 years ago
-harness = false
-
-[[bench]]
-name = "number"
-path = "benches/number.rs"
-harness = false
-
-[[bench]]
6 years ago
-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_str"
-path = "benches/ini_str.rs"
6 years ago
-harness = false
-
-[[bench]]
-name = "json"
-path = "benches/json.rs"
6 years ago
-harness = false
[dependencies.memchr]
version = "2.0"
default-features = false
[dependencies.minimal-lexical]
version = "0.1.2"
-[dev-dependencies.criterion]
-version = "0.3"
[dev-dependencies.doc-comment]
version = "0.3"
-
-[dev-dependencies.jemallocator]
-version = "^0.3"
[dev-dependencies.proptest]
version = "1.0.0"