reqores-client-surf 0.1.3

reqores client implementation with surf
Documentation
[dependencies.reqores]
version = "0.1"

[dependencies.surf]
default-features = false
version = "2"

[features]
curl-client = ["surf/curl-client"]
default = ["curl-client", "middleware-logger", "encoding"]
encoding = ["surf/encoding"]
h1-client = ["surf/h1-client"]
h1-client-rustls = ["surf/h1-client-rustls"]
hyper-client = ["surf/hyper-client"]
middleware-logger = ["surf/middleware-logger"]
wasm-client = ["surf/wasm-client"]

[package]
authors = ["RanolP <public.ranolp@gmail.com"]
description = "reqores client implementation with surf"
edition = "2021"
license = "MIT"
name = "reqores-client-surf"
readme = "README.md"
repository = "https://github.com/bot-any/reqores"
resolver = "1"
version = "0.1.3"