--- async-std-1.12.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ async-std-1.12.0/Cargo.toml 2022-07-16T10:34:51.714357+00:00 @@ -46,10 +46,6 @@ [[example]] name = "tcp-ipv4-and-6-echo" required-features = ["unstable"] - -[[example]] -name = "surf-web" -required-features = ["surf"] [[test]] name = "stream" @@ -109,10 +105,6 @@ version = "0.4.2" optional = true -[dependencies.surf] -version = "2.0.0" -optional = true - [dev-dependencies.femme] version = "2.1.1" @@ -142,7 +134,6 @@ "kv-log-macro", "log", "pin-project-lite", - "gloo-timers", ] docs = [ "attributes", @@ -158,13 +149,10 @@ "once_cell", "pin-utils", "slab", - "wasm-bindgen-futures", - "futures-channel", "async-channel", "async-lock", ] tokio02 = ["async-global-executor/tokio02"] -tokio03 = ["async-global-executor/tokio03"] tokio1 = ["async-global-executor/tokio"] unstable = [ "std", @@ -188,23 +176,3 @@ [target."cfg(not(target_os = \"unknown\"))".dependencies.futures-lite] version = "1.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.2.1" -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"