File time-fix-metadata-auto.diff of Package rust-time

--- time-0.3.15/Cargo.toml	1970-01-01T00:00:01+00:00
+++ time-0.3.15/Cargo.toml	1970-01-01T00:00:01+00:00
@@ -132,18 +132,7 @@
     "parsing",
 ]
 std = ["alloc"]
-wasm-bindgen = ["js-sys"]
-
-[target."cfg(__ui_tests)".dev-dependencies.trybuild]
-version = "1.0.63"
-
-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
-version = "0.3.58"
-optional = true
-
-[target."cfg(bench)".dev-dependencies.criterion]
-version = "0.4.0"
-default-features = false
+wasm-bindgen = []
 
 [target."cfg(target_family = \"unix\")".dependencies.libc]
 version = "0.2.98"