[package]
name = "whisk"
version = "0.11.0"
license = "Apache-2.0 OR BSL-1.0 OR MIT"
description = "Simple and fast lockless async channels"
repository = "https://github.com/ardaku/whisk"
documentation = "https://docs.rs/whisk"
homepage = "https://github.com/ardaku/whisk/blob/stable/CHANGELOG.md"
include = ["README.md", "src/*"]
categories = [
"asynchronous",
"concurrency",
"embedded",
"hardware-support",
"no-std",
]
keywords = ["channel", "actor", "mpmc", "notifier", "pasts"]
readme = "README.md"
edition = "2021"
rust-version = "1.65"
[dependencies.futures-core]
version = "0.3"
optional = true
[dependencies.pasts]
version = "0.14"
optional = true
[dev-dependencies]
async_main = { version = "0.3", features = ["pasts"] }
pasts = "0.14"
dl_api = "0.4"
futures = "0.3"
flume = "0.10"
ntest = "0.9"
libm = "0.2"
[features]
default = []
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[package.metadata.docs.rs]
all-features = true