Blob Blame History Raw
--- time-0.2.25/Cargo.toml	2021-01-25T03:12:16+00:00
+++ time-0.2.25/Cargo.toml	2021-03-04T01:19:51.770951+00:00
@@ -64,15 +64,7 @@
 default = ["deprecated", "std"]
 deprecated = []
 panicking-api = []
-std = ["libc", "winapi", "stdweb", "standback/std"]
-[target."cfg(target_arch = \"wasm32\")".dependencies.stdweb]
-version = "0.4"
-optional = true
-default-features = false
+std = ["libc", "standback/std"]
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
 optional = true
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["minwinbase", "minwindef", "timezoneapi"]
-optional = true