|
|
|
--- reqwest-0.11.23/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ reqwest-0.11.23/Cargo.toml 2024-01-11T20:28:26.120472+00:00
|
|
|
|
@@ -221,7 +221,6 @@
|
|
|
|
stream = [
|
|
|
|
"tokio/fs",
|
|
|
|
"tokio-util",
|
|
|
|
- "wasm-streams",
|
|
|
|
]
|
|
|
|
trust-dns = ["trust-dns-resolver"]
|
|
|
|
|
|
|
|
@@ -403,51 +402,3 @@
|
|
|
|
]
|
|
|
|
default-features = false
|
|
|
|
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
|
|
|
|
-version = "0.3.45"
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.serde_json]
|
|
|
|
-version = "1.0"
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
|
|
|
|
-version = "0.2.68"
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
|
|
|
|
-version = "0.4.18"
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-streams]
|
|
|
|
-version = "0.3"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
|
|
|
|
-version = "0.3.25"
|
|
|
|
-features = [
|
|
|
|
- "AbortController",
|
|
|
|
- "AbortSignal",
|
|
|
|
- "Headers",
|
|
|
|
- "Request",
|
|
|
|
- "RequestInit",
|
|
|
|
- "RequestMode",
|
|
|
|
- "Response",
|
|
|
|
- "Window",
|
|
|
|
- "FormData",
|
|
|
|
- "Blob",
|
|
|
|
- "BlobPropertyBag",
|
|
|
|
- "ServiceWorkerGlobalScope",
|
|
|
|
- "RequestCredentials",
|
|
|
|
- "File",
|
|
|
|
- "ReadableStream",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen]
|
|
|
|
-version = "0.2.68"
|
|
|
|
-features = ["serde-serialize"]
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
|
|
|
|
-version = "0.3"
|
|
|
|
-
|
|
|
|
-[target."cfg(target_os = \"macos\")".dependencies.system-configuration]
|
|
|
|
-version = "0.5.1"
|
|
|
|
-
|
|
|
|
-[target."cfg(windows)".dependencies.winreg]
|
|
|
|
-version = "0.50.0"
|