wookie 0.3.2

Async test/bench toolkit including single stepping executors. No-std compatible.
Documentation
[dependencies.dummy-waker]
version = "1"

[dependencies.pin-project-lite]
version = "0.2.7"

[features]
alloc = []
default = ["alloc"]

[package]
authors = ["James Laver <james.laver@gmail.com>"]
categories = ["asynchronous", "concurrency", "development-tools::testing", "no-std"]
description = "Async test/bench toolkit including single stepping executors. No-std compatible."
documentation = "https://docs.rs/wookie"
edition = "2018"
homepage = "https://github.com/irrustible/wookie"
keywords = ["async", "futures", "executor", "testing", "stepping"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wookie"
readme = "README.md"
repository = "https://github.com/irrustible/wookie"
version = "0.3.2"

[package.metadata]
msrv = "1.51.0"