# 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" name = "async-priority-channel" version = "0.2.0" authors = ["Robert T. McGibbon "] description = "An async channel where pending messages are delivered in order of priority" homepage = "https://github.com/rmcgibbo/async-priority-channel" documentation = "https://docs.rs/async-priority-channel" readme = "README.md" keywords = [ "mpmc", "mpsc", "spmc", "chan", "futures", ] categories = [ "asynchronous", "concurrency", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/rmcgibbo/async-priority-channel" resolver = "2" [dependencies.event-listener] version = "4.0.0" [dev-dependencies.futures-lite] version = "2.1.0" [dev-dependencies.tokio] version = "1.35.0" features = [ "sync", "rt-multi-thread", "macros", "time", ]