# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.63.0" name = "reqwest-patched" version = "0.12.5" authors = ["Sean McArthur "] autotests = true description = "higher level HTTP client library" documentation = "https://docs.rs/reqwest" readme = "README.md" keywords = [ "http", "request", "client", ] categories = [ "web-programming::http-client", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/seanmonstar/reqwest" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--cfg", "reqwest_unstable", ] targets = [ "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown", ] [package.metadata.playground] features = [ "blocking", "cookies", "json", "multipart", ] [[example]] name = "blocking" path = "examples/blocking.rs" required-features = ["blocking"] [[example]] name = "json_dynamic" path = "examples/json_dynamic.rs" required-features = ["json"] [[example]] name = "json_typed" path = "examples/json_typed.rs" required-features = ["json"] [[example]] name = "tor_socks" path = "examples/tor_socks.rs" required-features = ["socks"] [[example]] name = "form" path = "examples/form.rs" [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "blocking" path = "tests/blocking.rs" required-features = ["blocking"] [[test]] name = "cookie" path = "tests/cookie.rs" required-features = ["cookies"] [[test]] name = "gzip" path = "tests/gzip.rs" required-features = [ "gzip", "stream", ] [[test]] name = "brotli" path = "tests/brotli.rs" required-features = [ "brotli", "stream", ] [[test]] name = "zstd" path = "tests/zstd.rs" required-features = [ "zstd", "stream", ] [[test]] name = "deflate" path = "tests/deflate.rs" required-features = [ "deflate", "stream", ] [[test]] name = "multipart" path = "tests/multipart.rs" required-features = ["multipart"] [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.6" [dependencies.futures-core] version = "0.3.30" default-features = false [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.http] version = "1" [dependencies.mime_guess] version = "2.0" optional = true default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.sync_wrapper] version = "1.0" [dependencies.tower-service] version = "0.3" [dependencies.url] version = "2.5" [features] __internal_proxy_sys_no_cache = [] __rustls = [ "dep:hyper-rustls", "dep:tokio-rustls", "dep:rustls", "__tls", "dep:rustls-pemfile", "rustls-pki-types", ] __tls = [ "dep:rustls-pemfile", "tokio/io-util", ] blocking = [ "futures-channel/sink", "futures-util/io", "futures-util/sink", "tokio/sync", ] brotli = [ "dep:async-compression", "async-compression?/brotli", "dep:tokio-util", ] charset = ["dep:encoding_rs"] cookies = [ "dep:cookie_crate", "dep:cookie_store", ] default = [ "default-tls", "charset", "http2", "macos-system-configuration", ] default-tls = [ "dep:hyper-tls", "dep:native-tls-crate", "__tls", "dep:tokio-native-tls", ] deflate = [ "dep:async-compression", "async-compression?/zlib", "dep:tokio-util", ] gzip = [ "dep:async-compression", "async-compression?/gzip", "dep:tokio-util", ] hickory-dns = ["dep:hickory-resolver"] http2 = [ "h2", "hyper/http2", "hyper-util/http2", ] json = ["dep:serde_json"] macos-system-configuration = ["dep:system-configuration"] multipart = ["dep:mime_guess"] native-tls = ["default-tls"] native-tls-alpn = [ "native-tls", "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"] rustls-tls-native-roots = [ "dep:rustls-native-certs", "__rustls", ] rustls-tls-webpki-roots = [ "dep:webpki-roots", "__rustls", ] socks = ["dep:tokio-socks"] stream = [ "tokio/fs", "dep:tokio-util", "dep:wasm-streams", ] trust-dns = [] zstd = [ "dep:async-compression", "async-compression?/zstd", "dep:tokio-util", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-compression] version = "0.4.10" features = ["tokio"] optional = true default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cookie_crate] version = "0.18.1" optional = true package = "cookie" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cookie_store] version = "0.21.0" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.encoding_rs] version = "0.8" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures-channel] version = "0.3" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.h2] version = "0.4" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.h3] version = "0.0.4" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.h3-quinn] version = "0.0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hickory-resolver] version = "0.24" features = ["tokio-runtime"] optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.http-body] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.http-body-util] version = "0.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper] version = "1" features = [ "http1", "client", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper-rustls] version = "0.27.2" optional = true default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper-tls] version = "0.6" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper-util] version = "0.1.5" features = [ "http1", "client", "client-legacy", "tokio", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ipnet] version = "2.9" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.log] version = "0.4.21" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.mime] version = "0.3.17" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.native-tls-crate] version = "0.2.12" optional = true package = "native-tls" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.once_cell] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.percent-encoding] version = "2.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pin-project-lite] version = "0.2.14" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.quinn] version = "0.10" features = [ "tls-rustls", "ring", "runtime-tokio", ] optional = true default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rustls] version = "0.23.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rustls-native-certs] version = "0.7" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rustls-pemfile] version = "2" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rustls-pki-types] version = "1.7.0" features = ["alloc"] optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.37" features = [ "net", "time", ] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-native-tls] version = "0.3.1" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-rustls] version = "0.26.0" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-socks] version = "0.5.1" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-util] version = "0.7.11" features = [ "codec", "io", ] optional = true default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.webpki-roots] version = "0.26.1" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.brotli_crate] version = "3.5.0" package = "brotli" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.doc-comment] version = "0.3" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.env_logger] version = "0.10" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.futures-util] version = "0.3.30" features = [ "std", "alloc", ] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.hyper] version = "1.3.1" features = [ "http1", "http2", "client", "server", ] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.hyper-util] version = "0.1" features = [ "http1", "http2", "client", "client-legacy", "server-auto", "tokio", ] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.libflate] version = "1.4" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.37" features = [ "macros", "rt-multi-thread", ] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.zstd_crate] version = "0.13" package = "zstd" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.69" [target."cfg(target_arch = \"wasm32\")".dependencies.serde_json] version = "1.0" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.92" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.42" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-streams] version = "0.4" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.69" 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.92" 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" optional = true [target."cfg(windows)".dependencies.winreg] version = "0.52.0"