[package] name = "test-with-tokio" version = "0.3.3" edition = "2021" rust-version = "1.63" license = "MIT" readme = "README.md" description = "attribute macro for tests using tokio with cases and async guards" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [badges] github = { repository = "droundy/test-with-tokio", workflow = "rust" } [dependencies] test-with-tokio-macros = { version = "0.3.3", path = "test-with-tokio-macros" } [dev-dependencies] tokio = { version = "1.23.0", features = ["rt", "time", "fs", "io-util"] } async-std = "1.12.0"