[dependencies.bt_logger]
version = "0.3.1"
[dependencies.native-tls]
version = "0.2.14"
[dependencies.reqwest]
features = ["json", "hickory-dns", "cookies", "native-tls"]
version = "0.13.1"
[dependencies.tokio]
features = ["full"]
version = "1.49.0"
[dev-dependencies]
[lib]
name = "bt_http_utils"
path = "src/lib.rs"
[package]
authors = ["calvarez <calvarez@bachuetech.biz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server", "web-programming::http-client", "web-programming"]
description = "A simple HTTP wrapper to simplify POST and GET calls. Default headers with set and get headers. Support cookies. Request generic function for GET, POST, PUT, PATCH, and DELETE."
edition = "2024"
homepage = "https://github.com/bachuetech/bt_http_utils"
keywords = ["http", "client"]
license = "GPL-3.0-only"
name = "bt_http_utils"
readme = "README.md"
repository = "https://github.com/bachuetech/bt_http_utils"
version = "0.7.2"
[[test]]
name = "tests"
path = "tests/tests.rs"