[package]
edition = "2024"
rust-version = "1.96"
name = "vix-http-client"
version = "1.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal HTTP client driven by a `.http`-style buffer."
readme = false
license = "Apache-2.0 OR BSD-3-Clause OR MIT OR GPL-2.0-only OR GPL-3.0-only"
repository = "https://github.com/vixide/vix"
[lib]
name = "vix_http_client"
path = "src/lib.rs"
[dependencies.ureq]
version = "2"
[dev-dependencies.proptest]
version = "1"