# 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 = "2018" rust-version = "1.47" name = "queue-ext" version = "0.4.1" authors = ["try "] description = "The extended feature of the queue can convert the pop() function of the queue to Stream and the push() function to Sender." homepage = "https://github.com/try-box/rust-box/tree/main/queue-ext" keywords = [ "queue", "stream", "sender", ] categories = [ "algorithms", "concurrency", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/try-box/rust-box/tree/main/queue-ext" resolver = "2" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.pin-project] version = "1" [dependencies.pin-project-lite] version = "0.2"