[dependencies.darling]
version = "0.20"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.rtest-util]
features = ["derive"]
version = "0.2.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"
[lib]
proc-macro = true
[package]
authors = ["Marcel Märtens <marcel.cochem@googlemail.com>"]
categories = ["development-tools::testing", "development-tools::procedural-macro-helpers"]
description = "heper crate with derive macros for rtest"
documentation = "https://docs.rs/rtest-derive"
edition = "2021"
homepage = "https://gitlab.com/xMAC94x/rtest"
license = "Apache-2.0 OR MIT"
name = "rtest-derive"
readme = "README.md"
repository = "https://gitlab.com/xMAC94x/rtest"
version = "0.2.0"