Blob Blame History Raw
--- time-0.3.31/Cargo.toml	1970-01-01T00:00:01+00:00
+++ time-0.3.31/Cargo.toml	2024-01-08T19:44:52.309999+00:00
@@ -53,15 +53,6 @@
 [lib]
 bench = false
 
-[[test]]
-name = "tests"
-path = "../tests/main.rs"
-
-[[bench]]
-name = "benchmarks"
-path = "../benchmarks/main.rs"
-harness = false
-
 [dependencies.deranged]
 version = "0.3.9"
 features = ["powerfmt"]
@@ -169,7 +160,6 @@
     "alloc",
     "deranged/std",
 ]
-wasm-bindgen = []
 
 [target."cfg(target_family = \"unix\")".dependencies.libc]
 version = "0.2.98"