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