--- time-0.2.7/Cargo.toml 2020-02-22T21:35:55+00:00 +++ time-0.2.7/Cargo.toml 2020-02-23T09:26:00.240856+00:00 @@ -45,11 +45,7 @@ default = ["deprecated", "std"] deprecated = [] panicking-api = [] -std = ["libc", "winapi"] +std = ["libc"] [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["minwinbase", "minwindef", "timezoneapi"] -optional = true