fibreq 0.1.2

Non-blocking HTTP client for Tarantool apps.
Documentation
[package]
name = "fibreq"
version = "0.1.2"
edition = "2021"
readme = "./../README.md"
license = "BSD-2-Clause"
repository = "https://git.picodata.io/picodata/modules/fibreq"
description = "Non-blocking HTTP client for Tarantool apps."


[dependencies]
tarantool = { version = "4.0.1", features = ["picodata"] }
http-types = "2.12.0"
async-h1 = "2.3.4"
base64 = "0.22.0"
serde_json = "1.0.111"
serde = { version = "1.0.195", features = ["derive"] }
thiserror = "1.0.56"
async-native-tls = "0.5.0"
url = "2.5.0"