wookie 0.3.1

Async test/bench toolkit including single stepping executors. No-std compatible.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "dummy-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3088598cbb65f045f8fccbda2bb5b4bb4dd8dd5131794eaf368d8623a641305"

[[package]]
name = "pin-project-lite"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"

[[package]]
name = "wookie"
version = "0.3.1"
dependencies = [
 "dummy-waker",
 "pin-project-lite",
]