[dependencies.bytes]
version = "1.2"
[dependencies.http]
version = "1"
[dependencies.http-body]
version = "1"
[dependencies.http-body-util]
version = "0.1"
[dependencies.hyper]
features = ["full"]
version = "1.6.0"
[dependencies.hyper-util]
features = ["http1", "http2", "client", "client-legacy", "tokio"]
version = "0.1.10"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.138"
[dependencies.tokio]
features = ["full"]
version = "1.43.0"
[dependencies.url]
version = "2.5.4"
[lib]
name = "deboa"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A friendly rest client on top of hyper."
edition = "2021"
homepage = "https://github.com/ararog/deboa"
keywords = ["http", "networking", "client", "fetch", "rest-client"]
license = "GPL-3.0-or-later"
name = "deboa"
readme = "README.md"
repository = "https://github.com/ararog/deboa"
version = "0.0.1"