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-rxml/rxml-fix-metadata.diff

29 lines
500 B

--- rxml-0.9.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rxml-0.9.1/Cargo.toml 2023-08-31T19:40:04.618218+00:00
@@ -29,14 +29,6 @@
[package.metadata.docs.rs]
all-features = true
-[[bench]]
-name = "parse"
-harness = false
-
-[[bench]]
-name = "q"
-harness = false
-
[dependencies.bytes]
version = "^1"
@@ -67,10 +59,6 @@
version = "^0.3"
optional = true
-[dev-dependencies.criterion]
-version = "^0.3"
-features = ["html_reports"]
-
[dev-dependencies.tokio]
version = "^1"
features = [