[package]
name = "http_client-gpui-standalone"
version = "1.4.4"
license = "Apache-2.0"
description = "A HTTP client library for Zed and GPUI"
edition = "2024"
repository = "https://github.com/zed-industries/zed"
[features]
test-support = []
[lib]
path = "src/http_client.rs"
doctest = true
name = "http_client"
[dependencies]
anyhow = "^1.0.86"
async-compression = {version = "^0.4", features = ["bzip2", "gzip", "futures-io"]}
bytes = "^1.0"
derive_more = {version = "^2.1.1", features = ["add", "add_assign", "deref", "deref_mut", "display", "from_str", "mul", "mul_assign", "not"]}
futures = "^0.3.32"
http = "^1.1"
http-body = "^1.0"
log = {version = "^0.4.16", features = ["kv_unstable_serde", "serde"]}
parking_lot = "^0.12.1"
serde = {version = "^1.0.221", features = ["derive", "rc"]}
serde_json = {version = "^1.0.144", features = ["preserve_order", "raw_value"]}
serde_urlencoded = "^0.7"
url = "^2.2"
[target."cfg(not(target_family = \"wasm\"))".dependencies]
async-fs = "^2.1"
async-tar = "^0.5.1"
sha2 = "^0.10"
tempfile = "^3.20.0"
util = {package = "util-gpui-standalone", version = "1.4.4"}