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.
|
|
|
--- reqwest-0.10.8/Cargo.toml 2020-08-25T16:30:15+00:00
|
|
|
|
+++ reqwest-0.10.8/Cargo.toml 2020-08-26T17:37:20.615825+00:00
|
|
|
|
@@ -102,7 +102,6 @@
|
|
|
|
gzip = ["async-compression", "async-compression/gzip"]
|
|
|
|
json = ["serde_json"]
|
|
|
|
native-tls = ["default-tls"]
|
|
|
|
-native-tls-vendored = ["native-tls", "native-tls-crate/vendored"]
|
|
|
|
rustls-tls = ["hyper-rustls", "tokio-rustls", "webpki-roots", "rustls", "__tls"]
|
|
|
|
socks = ["tokio-socks"]
|
|
|
|
stream = []
|
|
|
|
@@ -235,18 +234,3 @@
|
|
|
|
version = "0.2.0"
|
|
|
|
features = ["macros"]
|
|
|
|
default-features = false
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
|
|
|
|
-version = "0.3.28"
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
|
|
|
|
-version = "0.2.51"
|
|
|
|
-features = ["serde-serialize"]
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
|
|
|
|
-version = "0.4.1"
|
|
|
|
-
|
|
|
|
-[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
|
|
|
|
-version = "0.3.25"
|
|
|
|
-features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window", "FormData", "Blob", "BlobPropertyBag"]
|
|
|
|
-[target."cfg(windows)".dependencies.winreg]
|
|
|
|
-version = "0.7"
|