[dependencies.bt_logger]
version = "0.2.1"
[dependencies.reqwest]
features = ["json", "hickory-dns"]
version = "0.12.12"
[dependencies.tokio]
features = ["full"]
version = "1.43.0"
[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."
edition = "2021"
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.2.1"
[[test]]
name = "tests"
path = "tests/tests.rs"