gpui-box-http-client 0.1.0

HTTP client abstractions for GPUI Box
Documentation
# 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 = "2024"
rust-version = "1.97"
name = "gpui-box-http-client"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP client abstractions for GPUI Box"
homepage = "https://github.com/fran0220/gpui-box"
readme = false
license = "Apache-2.0"
repository = "https://github.com/fran0220/gpui-box"

[features]
test-support = []

[lib]
name = "http_client"
path = "src/http_client.rs"
doctest = true

[dependencies.anyhow]
version = "1.0.86"

[dependencies.async-compression]
version = "0.4"
features = [
    "bzip2",
    "gzip",
    "futures-io",
]

[dependencies.bytes]
version = "1.0"

[dependencies.derive_more]
version = "2.1.1"
features = [
    "add",
    "add_assign",
    "deref",
    "deref_mut",
    "display",
    "from_str",
    "mul",
    "mul_assign",
    "not",
]

[dependencies.futures]
version = "0.3.32"

[dependencies.http]
version = "1.1"

[dependencies.http-body]
version = "1.0"

[dependencies.log]
version = "0.4.16"
features = [
    "kv_unstable_serde",
    "serde",
]

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.serde]
version = "1.0.221"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.144"
features = [
    "preserve_order",
    "raw_value",
]

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.url]
version = "2.2"

[lints.clippy]
dbg_macro = "deny"
todo = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(perf_enabled)",
    "cfg(rust_analyzer)",
    'cfg(feature, values("cargo-clippy", "nightly_coverage"))',
]