|
| 1 | +$NetBSD: patch-.._vendor_async-priority-channel-0.2.0_Cargo.toml,v 1.1 2025/07/22 14:36:15 he Exp $ |
| 2 | + |
| 3 | +Regen'ed and with portable-atomic. |
| 4 | + |
| 5 | +--- ../vendor/async-priority-channel-0.2.0/Cargo.toml.orig 2006-07-24 01:21:28.000000000 +0000 |
| 6 | ++++ ../vendor/async-priority-channel-0.2.0/Cargo.toml |
| 7 | +@@ -1,21 +1,52 @@ |
| 8 | ++# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| 9 | ++# |
| 10 | ++# When uploading crates to the registry Cargo will automatically |
| 11 | ++# "normalize" Cargo.toml files for maximal compatibility |
| 12 | ++# with all versions of Cargo and also rewrite `path` dependencies |
| 13 | ++# to registry (e.g., crates.io) dependencies. |
| 14 | ++# |
| 15 | ++# If you are reading this file be aware that the original Cargo.toml |
| 16 | ++# will likely look very different (and much more reasonable). |
| 17 | ++# See Cargo.toml.orig for the original contents. |
| 18 | ++ |
| 19 | + [package] |
| 20 | ++edition = "2018" |
| 21 | + name = "async-priority-channel" |
| 22 | +-description = "An async channel where pending messages are delivered in order of priority" |
| 23 | + version = "0.2.0" |
| 24 | + authors = ["Robert T. McGibbon <rmcgibbo@gmail.com>"] |
| 25 | +-edition = "2018" |
| 26 | +-license = "Apache-2.0 OR MIT" |
| 27 | +-repository = "https://github.com/rmcgibbo/async-priority-channel" |
| 28 | ++description = "An async channel where pending messages are delivered in order of priority" |
| 29 | + homepage = "https://github.com/rmcgibbo/async-priority-channel" |
| 30 | + documentation = "https://docs.rs/async-priority-channel" |
| 31 | +-keywords = ["mpmc", "mpsc", "spmc", "chan", "futures"] |
| 32 | +-categories = ["asynchronous", "concurrency"] |
| 33 | +-resolver = "2" |
| 34 | + readme = "README.md" |
| 35 | ++keywords = [ |
| 36 | ++ "mpmc", |
| 37 | ++ "mpsc", |
| 38 | ++ "spmc", |
| 39 | ++ "chan", |
| 40 | ++ "futures", |
| 41 | ++] |
| 42 | ++categories = [ |
| 43 | ++ "asynchronous", |
| 44 | ++ "concurrency", |
| 45 | ++] |
| 46 | ++license = "Apache-2.0 OR MIT" |
| 47 | ++repository = "https://github.com/rmcgibbo/async-priority-channel" |
| 48 | ++resolver = "2" |
| 49 | + |
| 50 | + [dependencies] |
| 51 | +-event-listener = "4.0.0" |
| 52 | ++portable-atomic = "1" |
| 53 | ++ |
| 54 | ++[dependencies.event-listener] |
| 55 | ++version = "4.0.0" |
| 56 | ++ |
| 57 | ++[dev-dependencies.futures-lite] |
| 58 | ++version = "2.1.0" |
| 59 | + |
| 60 | +-[dev-dependencies] |
| 61 | +-futures-lite = "2.1.0" |
| 62 | +-tokio = { version = "1.35.0", features = ["sync", "rt-multi-thread", "macros", "time"] } |
| 63 | ++[dev-dependencies.tokio] |
| 64 | ++version = "1.35.0" |
| 65 | ++features = [ |
| 66 | ++ "sync", |
| 67 | ++ "rt-multi-thread", |
| 68 | ++ "macros", |
| 69 | ++ "time", |
| 70 | ++] |
0 commit comments