[lib]
name = "thread_waker"
path = "src/lib.rs"
[package]
authors = ["Douman <douman@gmx.se>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous"]
description = "Waker implementation using current thread token"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["async"]
license = "BSL-1.0"
name = "thread-waker"
readme = "README.md"
repository = "https://github.com/DoumanAsh/thread-waker"
version = "1.1.0"
[[test]]
name = "verify"
path = "tests/verify.rs"