[package] name = "radegast" version = "0.3.0" edition = "2021" license = "BSD-2-Clause" readme = "./../README.md" repository = "https://git.picodata.io/picodata/picodata/radegast" description = "Fiber friendly http client for tarantool apps." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tarantool = { version = "4.0.0", features = ["picodata"] } reqwest = { version = "0.11.18", features = [ "json", "serde_json", "multipart", ] } tokio = { version = "1", features = ["full"] } once_cell = "1.18.0" thiserror = "1.0.44" http = "0.2.9" serde = "1.0.180" bytes = "1.5.0" serde_json = "1.0.105"