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.
127 lines
2.8 KiB
127 lines
2.8 KiB
2 months ago
|
--- reqwest-0.12.9/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ reqwest-0.12.9/Cargo.toml 2024-10-30T22:21:02.376394+00:00
|
||
|
@@ -71,10 +71,6 @@
|
||
|
path = "examples/form.rs"
|
||
|
|
||
|
[[example]]
|
||
|
-name = "h3_simple"
|
||
|
-path = "examples/h3_simple.rs"
|
||
|
-
|
||
|
-[[example]]
|
||
|
name = "json_dynamic"
|
||
|
path = "examples/json_dynamic.rs"
|
||
|
required-features = ["json"]
|
||
|
@@ -101,14 +97,6 @@
|
||
|
name = "blocking"
|
||
|
path = "tests/blocking.rs"
|
||
|
required-features = ["blocking"]
|
||
|
-
|
||
|
-[[test]]
|
||
|
-name = "brotli"
|
||
|
-path = "tests/brotli.rs"
|
||
|
-required-features = [
|
||
|
- "brotli",
|
||
|
- "stream",
|
||
|
-]
|
||
|
|
||
|
[[test]]
|
||
|
name = "client"
|
||
|
@@ -224,7 +212,6 @@
|
||
|
"hyper-rustls?/ring",
|
||
|
"tokio-rustls?/ring",
|
||
|
"rustls?/ring",
|
||
|
- "quinn?/ring",
|
||
|
]
|
||
|
__tls = [
|
||
|
"dep:rustls-pemfile",
|
||
|
@@ -237,11 +224,6 @@
|
||
|
"futures-util/sink",
|
||
|
"tokio/sync",
|
||
|
]
|
||
|
-brotli = [
|
||
|
- "dep:async-compression",
|
||
|
- "async-compression?/brotli",
|
||
|
- "dep:tokio-util",
|
||
|
-]
|
||
|
charset = ["dep:encoding_rs"]
|
||
|
cookies = [
|
||
|
"dep:cookie_crate",
|
||
|
@@ -251,7 +233,6 @@
|
||
|
"default-tls",
|
||
|
"charset",
|
||
|
"http2",
|
||
|
- "macos-system-configuration",
|
||
|
]
|
||
|
default-tls = [
|
||
|
"dep:hyper-tls",
|
||
|
@@ -276,16 +257,7 @@
|
||
|
"hyper-util/http2",
|
||
|
"hyper-rustls?/http2",
|
||
|
]
|
||
|
-http3 = [
|
||
|
- "rustls-tls-manual-roots",
|
||
|
- "dep:h3",
|
||
|
- "dep:h3-quinn",
|
||
|
- "dep:quinn",
|
||
|
- "dep:slab",
|
||
|
- "dep:futures-channel",
|
||
|
-]
|
||
|
json = ["dep:serde_json"]
|
||
|
-macos-system-configuration = []
|
||
|
multipart = ["dep:mime_guess"]
|
||
|
native-tls = ["default-tls"]
|
||
|
native-tls-alpn = [
|
||
|
@@ -293,10 +265,6 @@
|
||
|
"native-tls-crate?/alpn",
|
||
|
"hyper-tls?/alpn",
|
||
|
]
|
||
|
-native-tls-vendored = [
|
||
|
- "native-tls",
|
||
|
- "native-tls-crate?/vendored",
|
||
|
-]
|
||
|
rustls-tls = ["rustls-tls-webpki-roots"]
|
||
|
rustls-tls-manual-roots = [
|
||
|
"rustls-tls-manual-roots-no-provider",
|
||
|
@@ -361,14 +329,6 @@
|
||
|
version = "0.4"
|
||
|
optional = true
|
||
|
|
||
|
-[target.'cfg(not(target_arch = "wasm32"))'.dependencies.h3]
|
||
|
-version = "0.0.6"
|
||
|
-optional = true
|
||
|
-
|
||
|
-[target.'cfg(not(target_arch = "wasm32"))'.dependencies.h3-quinn]
|
||
|
-version = "0.0.7"
|
||
|
-optional = true
|
||
|
-
|
||
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.hickory-resolver]
|
||
|
version = "0.24"
|
||
|
features = ["tokio-runtime"]
|
||
|
@@ -432,15 +392,6 @@
|
||
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pin-project-lite]
|
||
|
version = "0.2.11"
|
||
|
|
||
|
-[target.'cfg(not(target_arch = "wasm32"))'.dependencies.quinn]
|
||
|
-version = "0.11.1"
|
||
|
-features = [
|
||
|
- "rustls",
|
||
|
- "runtime-tokio",
|
||
|
-]
|
||
|
-optional = true
|
||
|
-default-features = false
|
||
|
-
|
||
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rustls]
|
||
|
version = "0.23.4"
|
||
|
features = [
|
||
|
@@ -501,10 +452,6 @@
|
||
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.webpki-roots]
|
||
|
version = "0.26.0"
|
||
|
optional = true
|
||
|
-
|
||
|
-[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.brotli_crate]
|
||
|
-version = "6.0.0"
|
||
|
-package = "brotli"
|
||
|
|
||
|
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.doc-comment]
|
||
|
version = "0.3"
|