# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fibreq" version = "0.1.8" description = "Non-blocking HTTP client for Tarantool apps." readme = "README.md" license = "BSD-2-Clause" repository = "https://git.picodata.io/picodata/modules/fibreq" resolver = "1" [dependencies.async-h1] version = "2.3.4" [dependencies.async-native-tls] version = "0.5.0" [dependencies.base64] version = "0.22.0" [dependencies.http-types] version = "2.12.0" [dependencies.picodata_tarantool] version = "24.6.1" optional = true package = "picodata-plugin" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.tarantool] version = "5.0.0" optional = true [dependencies.thiserror] version = "1.0.56" [dependencies.url] version = "2.5.0" [features] cartridge = ["tarantool"] default = ["cartridge"] picodata = ["picodata_tarantool"]