br-http 0.4.7

This is an http
Documentation
[package]
name = "br-http"
version = "0.4.7"
edition = "2021"
authors = ["Doraemon <7991156@qq.com>"]
keywords = ["br", "http"]
readme = "README.md"
license = "MIT"
exclude = ["INSTALL.md", "examples", "tests"]
description = "This is an http"

[dependencies]
json = "0.12.4"
log = "0.4.22"
rand = "0.9.0-alpha.1"
env_logger = "0.11.5"
reqwest = { version = "0.12.5", features = ["blocking", "multipart", "cookies", "json"] }
serde_json = "1.0"
[dev-dependencies]