Blob Blame History Raw
--- chrono-0.4.19/Cargo.toml	2020-09-30T15:06:24+00:00
+++ chrono-0.4.19/Cargo.toml	2020-10-01T09:45:11.874878+00:00
@@ -93,25 +93,12 @@
 __doctest = []
 __internal_bench = []
 alloc = []
-clock = ["libc", "std", "winapi"]
+clock = ["libc", "std"]
 default = ["clock", "std", "oldtime"]
 oldtime = ["time"]
 std = []
 unstable-locales = ["pure-rust-locales", "alloc"]
-wasmbind = ["wasm-bindgen", "js-sys"]
-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
-version = "0.3"
-optional = true
 
-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen]
-version = "0.2"
-optional = true
-[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"