[package] name = "rtest-util" 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-util" description = "common structs for rtest and rtest-derive" categories = ["development-tools::testing"] keywords = ["testing"] readme = "README.md" [features] derive = ["darling", "quote", "proc-macro2"] [dependencies] serde = { version = "1", features = ["derive"], optional = true } darling = { version = "0.20", optional = true } quote = { version = "1", optional = true } proc-macro2 = { version = "1", optional = true }