http-url 0.2.0

A focused HTTP/HTTPS URL builder powered by the `url` crate.
Documentation
[package]
name = "http-url"
version = "0.2.0"
edition = "2024"
rust-version = "1.85"
description = "A focused HTTP/HTTPS URL builder powered by the `url` crate."
authors = ["shenghaiyang"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/shenghaiyang/http-url"
homepage = "https://github.com/shenghaiyang/http-url"
readme = "README.md"
keywords = ["url", "http", "https", "builder", "no-std"]
categories = ["network-programming"]

[features]
default = ["std"]
std = ["thiserror/std", "url/std"]

[dependencies]
thiserror = { version = "2", default-features = false }
url = { version = "2", default-features = false }