# 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 = "shors" version = "0.12.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Transport layer for cartridge + tarantool-module projects." readme = "README.md" license = "BSD-2-Clause" repository = "https://git.picodata.io/picodata/picodata/http-router" resolver = "1" [lib] name = "shors" path = "src/lib.rs" [dependencies.chrono] version = "0.4.23" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" features = ["std"] [dependencies.once_cell] version = "1.9.0" [dependencies.opentelemetry] version = "0.17.0" [dependencies.picodata_tarantool] version = "24.6.1" optional = true package = "picodata-plugin" [dependencies.prometheus] version = "0.13.0" features = ["process"] [dependencies.rmp] version = "=0.8.11" [dependencies.rmp-serde] version = "1.1" [dependencies.rmpv] version = "=1.0.0" features = ["with-serde"] [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_json] version = "1.0" [dependencies.serde_qs] version = "0.12" [dependencies.tarantool] version = "5.0.0" optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.utoipa] version = "3.3.0" features = ["yaml"] [dependencies.utoipa-gen] version = "3.3.0" [dependencies.utoipa-swagger-ui] version = "3.1.3" [features] cartridge = ["tarantool"] default = ["cartridge"] open-api = [] picodata = ["picodata_tarantool"]