2021-03-30 14:39:10 +02:00
|
|
|
[package]
|
|
|
|
name = "local-waker"
|
2023-10-30 00:14:14 +01:00
|
|
|
version = "0.1.4"
|
2021-03-30 14:39:10 +02:00
|
|
|
description = "A synchronization primitive for thread-local task wakeup"
|
|
|
|
authors = [
|
|
|
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
|
|
|
"Rob Ede <robjtede@icloud.com>",
|
|
|
|
]
|
2023-10-30 00:14:14 +01:00
|
|
|
repository = "https://github.com/actix/actix-net"
|
2022-12-21 21:36:26 +01:00
|
|
|
keywords = ["waker", "local", "futures", "no-std"]
|
2021-03-30 14:39:10 +02:00
|
|
|
categories = ["asynchronous", "no-std"]
|
2023-10-30 00:14:14 +01:00
|
|
|
license.workspace = true
|
2023-07-17 04:05:39 +02:00
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
2021-03-30 14:39:10 +02:00
|
|
|
|
|
|
|
[dependencies]
|