File winnow-fix-metadata.diff of Package rust-winnow-0.6

--- winnow-0.6.26/Cargo.toml	1970-01-01T00:00:01+00:00
+++ winnow-0.6.26/Cargo.toml	2025-10-04T00:14:00.677305+00:00
@@ -119,115 +119,6 @@
 name = "winnow"
 path = "src/lib.rs"
 
-[[example]]
-name = "arithmetic"
-path = "examples/arithmetic/main.rs"
-test = true
-required-features = ["alloc"]
-
-[[example]]
-name = "css"
-path = "examples/css/main.rs"
-test = true
-required-features = ["alloc"]
-
-[[example]]
-name = "custom_error"
-path = "examples/custom_error.rs"
-test = true
-required-features = ["alloc"]
-
-[[example]]
-name = "http"
-path = "examples/http/main.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "ini"
-path = "examples/ini/main.rs"
-test = true
-required-features = ["std"]
-
-[[example]]
-name = "iterator"
-path = "examples/iterator.rs"
-
-[[example]]
-name = "json"
-path = "examples/json/main.rs"
-test = true
-required-features = ["std"]
-
-[[example]]
-name = "json_iterator"
-path = "examples/json_iterator.rs"
-required-features = ["std"]
-
-[[example]]
-name = "ndjson"
-path = "examples/ndjson/main.rs"
-test = true
-required-features = ["std"]
-
-[[example]]
-name = "s_expression"
-path = "examples/s_expression/main.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "string"
-path = "examples/string/main.rs"
-required-features = ["alloc"]
-
-[[bench]]
-name = "arithmetic"
-path = "examples/arithmetic/bench.rs"
-harness = false
-required-features = ["alloc"]
-
-[[bench]]
-name = "contains_token"
-path = "benches/contains_token.rs"
-harness = false
-
-[[bench]]
-name = "find_slice"
-path = "benches/find_slice.rs"
-harness = false
-
-[[bench]]
-name = "http"
-path = "examples/http/bench.rs"
-harness = false
-required-features = ["alloc"]
-
-[[bench]]
-name = "ini"
-path = "examples/ini/bench.rs"
-harness = false
-required-features = ["std"]
-
-[[bench]]
-name = "iter"
-path = "benches/iter.rs"
-harness = false
-
-[[bench]]
-name = "json"
-path = "examples/json/bench.rs"
-harness = false
-required-features = ["std"]
-
-[[bench]]
-name = "next_slice"
-path = "benches/next_slice.rs"
-harness = false
-
-[[bench]]
-name = "number"
-path = "benches/number.rs"
-harness = false
-
 [dependencies.anstream]
 version = "0.3.2"
 optional = true
@@ -258,12 +149,6 @@
 [dev-dependencies.automod]
 version = "1.0.14"
 
-[dev-dependencies.circular]
-version = "0.3.0"
-
-[dev-dependencies.criterion]
-version = "0.5.1"
-
 [dev-dependencies.doc-comment]
 version = "0.3"
 
@@ -275,13 +160,6 @@
 
 [dev-dependencies.rustc-hash]
 version = "1.1.0"
-
-[dev-dependencies.snapbox]
-version = "0.6.0"
-features = ["examples"]
-
-[dev-dependencies.term-transcript]
-version = "0.2.0"
 
 [lints.clippy]
 bool_assert_comparison = "allow"
@@ -352,8 +230,3 @@
 [lints.rust.rust_2018_idioms]
 level = "warn"
 priority = -1
-
-[profile.bench]
-lto = true
-codegen-units = 1
-debug = 2