# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "reqwest-vcapra1-add-cookies" version = "0.10.9" authors = ["Sean McArthur ", "Vinnie Caprarola "] autotests = true description = "higher level HTTP client library" readme = "README.md" keywords = ["http", "request", "client"] categories = ["web-programming::http-client", "wasm"] license = "MIT/Apache-2.0" repository = "https://github.com/vcapra1/reqwest" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"] [package.metadata.playground] features = ["blocking", "cookies", "json"] [[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"] [[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"] [[test]] name = "brotli" path = "tests/brotli.rs" required-features = ["brotli"] [dependencies.bytes] version = "0.5" [dependencies.http] version = "0.2" [dependencies.mime_guess] version = "2.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_urlencoded] version = "0.6.1" [dependencies.url] version = "2.1" [features] __internal_proxy_sys_no_cache = [] __tls = [] blocking = ["futures-util/io", "tokio/rt-threaded", "tokio/rt-core", "tokio/sync"] brotli = ["async-compression", "async-compression/brotli"] cookies = ["cookie_crate", "cookie_store", "time"] default = ["default-tls"] default-tls = ["hyper-tls", "native-tls-crate", "__tls", "tokio-tls"] 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 = [] trust-dns = ["trust-dns-resolver"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-compression] version = "0.3.0" features = ["stream"] optional = true default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.base64] version = "0.13" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cookie_crate] version = "0.14" optional = true package = "cookie" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cookie_store] version = "0.12" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.encoding_rs] version = "0.8" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures-core] version = "0.3.0" default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures-util] version = "0.3.0" default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.http-body] version = "0.3.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper] version = "0.13.4" features = ["tcp"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper-rustls] version = "0.21" optional = true default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper-tls] version = "0.4" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ipnet] version = "2.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.lazy_static] version = "1.4" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.log] version = "0.4" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.mime] version = "0.3.7" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.native-tls-crate] version = "0.2" optional = true package = "native-tls" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.percent-encoding] version = "2.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pin-project-lite] version = "0.1.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rustls] version = "0.18" features = ["dangerous_configuration"] optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.time] version = "0.2.11" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "0.2.5" features = ["tcp", "time"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-rustls] version = "0.14" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-socks] version = "0.3" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-tls] version = "0.3.0" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.trust-dns-resolver] version = "0.19" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.webpki-roots] version = "0.20" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.brotli_crate] version = "3.3.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.7" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.hyper] version = "0.13" features = ["tcp", "stream"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.libflate] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] 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"