Blob Blame History Raw
--- chrono-0.4.13/Cargo.toml	2020-07-05T22:58:44+00:00
+++ chrono-0.4.13/Cargo.toml	2020-07-10T17:15:51.099676+00:00
@@ -88,16 +88,6 @@
 clock = ["time", "std"]
 default = ["clock", "std"]
 std = []
-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"
 [badges.appveyor]
 repository = "chronotope/chrono"