edtest_macros 0.5.0

Procedural macros for the `edtest` crate.
Documentation
[dependencies.proc-macro2]
version = "1.0.94"

[dependencies.quote]
version = "1.0.39"

[dependencies.syn]
features = ["full"]
version = "2.0.99"

[lib]
name = "edtest_macros"
path = "src/lib.rs"
proc-macro = true

[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 = "Procedural macros for the `edtest` crate."
edition = "2021"
keywords = ["testing", "rstest"]
license = "MIT OR Apache-2.0"
name = "edtest_macros"
readme = "README.md"
repository = "https://github.com/taurr/edtest"
version = "0.5.0"