# 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 = "2018" name = "httpc" version = "0.1.2" authors = ["Daniel Mueller "] description = "An HTTP client working both natively and in WASM environments.\n" homepage = "https://github.com/d-e-s-o/httpc" license = "Apache-2.0 OR MIT" [[example]] name = "test-server" path = "tests/test/server.rs" [dependencies.async-trait] version = "0.1.50" [dependencies.bytes] version = "1.0" [dependencies.http] version = "0.2" [dependencies.thiserror] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper] version = "0.14" features = ["client", "http1", "http2", "tcp"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper-tls] version = "0.5" default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.warp] version = "0.3" default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "=0.2.74" features = ["std"] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window"] default-features = false [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"