[package] name = "fibreq" version = "0.1.8" 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 = "5.0.0" optional = true [dependencies.picodata_tarantool] package = "picodata-plugin" version = "24.6.1" optional = true [dependencies] 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" [features] default = ["cartridge"] cartridge = ["tarantool"] picodata = ["picodata_tarantool"]