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.
79 lines
1.9 KiB
79 lines
1.9 KiB
--- reqwest-0.12.12/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ reqwest-0.12.12/Cargo.toml 2025-01-04T14:02:28.391991+00:00
|
|
@@ -132,7 +132,7 @@
|
|
"dep:futures-channel",
|
|
]
|
|
json = ["dep:serde_json"]
|
|
-macos-system-configuration = ["dep:system-configuration"]
|
|
+macos-system-configuration = []
|
|
multipart = ["dep:mime_guess"]
|
|
native-tls = ["default-tls"]
|
|
native-tls-alpn = [
|
|
@@ -173,7 +173,6 @@
|
|
stream = [
|
|
"tokio/fs",
|
|
"dep:tokio-util",
|
|
- "dep:wasm-streams",
|
|
]
|
|
trust-dns = []
|
|
zstd = [
|
|
@@ -593,57 +592,8 @@
|
|
version = "0.13"
|
|
package = "zstd"
|
|
|
|
-[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.89"
|
|
-
|
|
-[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
|
|
-version = "0.4.18"
|
|
-
|
|
-[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-streams]
|
|
-version = "0.4"
|
|
-optional = true
|
|
-
|
|
-[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
|
|
-version = "0.3.28"
|
|
-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.89"
|
|
-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.6.0"
|
|
-optional = true
|
|
-
|
|
-[target."cfg(windows)".dependencies.windows-registry]
|
|
-version = "0.2"
|
|
-
|
|
[lints.rust.unexpected_cfgs]
|
|
level = "warn"
|
|
priority = 0
|
|
check-cfg = ["cfg(reqwest_unstable)"]
|
|
+
|