# 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 = "tokio-task-queue" version = "7.0.0" authors = ["Victor Porton"] description = "Execute futures from a stream of futures in order in a Tokio task" homepage = "https://github.com/vporton/tokio-task-queue-rs" license = "Apache-2.0" resolver = "2" [dependencies.async-channel] version = "1.6.1" [dependencies.async-trait] version = "0.1.52" [dependencies.tokio] version = "1.17.0" features = ["rt", "macros", "sync", "rt-multi-thread", "time"] [dependencies.tokio-interruptible-future] version = "8.0.0"