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