--- time-0.2.27/Cargo.toml 1970-01-01T00:00:00+00:00 +++ time-0.2.27/Cargo.toml 2023-06-08T13:23:54.482950+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.20" -optional = true -default-features = false +std = ["libc", "stdweb", "standback/std"] [target."cfg(unix)".dependencies.libc] version = "0.2.89" optional = true -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -features = ["minwinbase", "minwindef", "timezoneapi"] -optional = true