[package] name = "teto_macros" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" [lib] proc-macro = true [dependencies] syn = { version = "2.0.77", features = ["full", "extra-traits"] } quote = "1.0.37" proc-macro2 = "1.0.86" [dev-dependencies] teto = { version = "*", path = "../teto", features = ["macros"] } trybuild = "1.0.99"