You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
944 B
24 lines
944 B
--- reqwest-0.11.4/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ reqwest-0.11.4/Cargo.toml 2021-06-22T08:48:22.926298+00:00
|
|
@@ -273,20 +273,3 @@
|
|
version = "1.0"
|
|
features = ["macros", "rt-multi-thread"]
|
|
default-features = false
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
|
|
-version = "0.3.45"
|
|
-
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
|
|
-version = "0.2.68"
|
|
-features = ["serde-serialize"]
|
|
-
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
|
|
-version = "0.4.18"
|
|
-
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
|
|
-version = "0.3.25"
|
|
-features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window", "FormData", "Blob", "BlobPropertyBag", "ServiceWorkerGlobalScope", "RequestCredentials"]
|
|
-[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
|
|
-version = "0.3"
|
|
-[target."cfg(windows)".dependencies.winreg]
|
|
-version = "0.7"
|