--- chrono-0.4.20/Cargo.toml 1970-01-01T00:00:01+00:00 +++ chrono-0.4.20/Cargo.toml 1970-01-01T00:00:01+00:00 @@ -110,7 +110,6 @@ alloc = [] clock = [ "std", - "winapi", ] default = [ "clock", @@ -126,25 +125,6 @@ ] wasmbind = [] -[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys] -version = "0.3" - -[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen] -version = "0.2" - -[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test] -version = "0.3" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3.0" -features = [ - "std", - "minwinbase", - "minwindef", - "timezoneapi", -] -optional = true - [badges.appveyor] repository = "chronotope/chrono"