# 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 = "radegast" version = "0.3.0" description = "Fiber friendly http client for tarantool apps." readme = "README.md" license = "BSD-2-Clause" repository = "https://git.picodata.io/picodata/picodata/radegast" resolver = "1" [dependencies.bytes] version = "1.5.0" [dependencies.http] version = "0.2.9" [dependencies.once_cell] version = "1.18.0" [dependencies.reqwest] version = "0.11.18" features = [ "json", "serde_json", "multipart", ] [dependencies.serde] version = "1.0.180" [dependencies.serde_json] version = "1.0.105" [dependencies.tarantool] version = "4.0.0" features = ["picodata"] [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1" features = ["full"]