[package] name = "substance-macro" version = "0.2.0-alpha" edition = "2021" authors = ["Raphaƫl Slagmolen"] license = "MIT" description = "The macro crate for the Substance Framework testing suite" homepage = "https://gitlab.com/Tutul/substance-framework" repository = "https://gitlab.com/Tutul/substance-framework" readme = "../README.md" keywords = ["test", "testing", "testing", "framework", "substance"] categories = ["development-tools", "development-tools::testing", "no-std"] [lib] name = "substance_macro" path = "src/lib.rs" test = false doctest = false bench = false doc = true proc-macro = true [dependencies] syn = { version = "1.x", features = ["full"] } proc-macro2 = "1.x" quote = "1.x" [dev-dependencies] trybuild = "1.x"