edtest 0.5.0

Streamlines the use of `rstest` with tracing and support for async tests with the `tokio` framework.
Documentation
[dependencies.edtest_macros]
version = "0.5.0"

[dependencies.rstest]
version = "0.26.1"

[dependencies.serial_test]
version = "3.2.0"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.test-log]
features = ["trace", "trace"]
version = "0.2.17"

[dev-dependencies.tracing]
version = "0.1.41"

[lib]
name = "edtest"
path = "src/lib.rs"

[package]
authors = ["Johnny Tidemand Vestergaard <jtv@jrtv.dk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Streamlines the use of `rstest` with tracing and support for async tests with the `tokio` framework."
edition = "2021"
keywords = ["testing", "rstest"]
license = "MIT OR Apache-2.0"
name = "edtest"
readme = "README.md"
repository = "https://github.com/taurr/edtest"
version = "0.5.0"

[[test]]
name = "uses_macro"
path = "tests/uses_macro.rs"