test-with-tokio 0.3.3

attribute macro for tests using tokio with cases and async guards
Documentation
[badges.github]
repository = "droundy/test-with-tokio"
workflow = "rust"
[dependencies.test-with-tokio-macros]
version = "0.3.3"
[dev-dependencies.async-std]
version = "1.12.0"

[dev-dependencies.tokio]
features = ["rt", "time", "fs", "io-util"]
version = "1.23.0"

[package]
description = "attribute macro for tests using tokio with cases and async guards"
edition = "2021"
license = "MIT"
name = "test-with-tokio"
readme = "README.md"
rust-version = "1.63"
version = "0.3.3"