--- async-std-1.13.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ async-std-1.13.0/Cargo.toml 2024-09-15T15:47:53.182471+00:00 @@ -291,7 +291,6 @@ "kv-log-macro", "log", "pin-project-lite", - "gloo-timers", ] docs = [ "attributes", @@ -308,8 +307,6 @@ "once_cell", "pin-utils", "slab", - "wasm-bindgen-futures", - "futures-channel", "async-channel", "async-lock", ] @@ -339,22 +336,3 @@ version = "2.0.0" optional = true -[target.'cfg(target_arch = "wasm32")'.dependencies.futures-channel] -version = "0.3.4" -optional = true - -[target.'cfg(target_arch = "wasm32")'.dependencies.gloo-timers] -version = "0.3.0" -features = ["futures"] -optional = true - -[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] -version = "0.4.10" -optional = true - -[target.'cfg(target_arch = "wasm32")'.dev-dependencies.getrandom] -version = "0.2.0" -features = ["js"] - -[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] -version = "0.3.10"