# 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 = "tros" version = "0.2.2" authors = [ "Fedor Telnov ", "Konstantin Derevtsov ", ] include = [ "src/**/*", "README.md", ] description = "Your tros from tarantool TX thread to tokio(..and others!)" homepage = "https://git.picodata.io/picodata/modules/tros" readme = "README.md" keywords = [ "tarantool", "async", "tokio", ] categories = [ "asynchronous", "concurrency", ] license = "BSD-2-Clause" repository = "https://git.picodata.io/picodata/modules/tros" [dependencies.async-scoped] version = "0.9.0" features = ["use-tokio"] [dependencies.derive_builder] version = "0.20.2" [dependencies.enum_dispatch] version = "0.3.13" optional = true [dependencies.once_cell] version = "1.20.2" [dependencies.parking_lot] version = "0.12.3" [dependencies.tarantool] version = "6.1.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tarantool] version = "6.1.0" features = [ "picodata", "tokio_components", ] [features] picodata = ["tp-cbus"] test = ["dep:enum_dispatch"] tp-cbus = ["tarantool/picodata"] tp-poll = [] vanilla = ["tp-poll"]