[package] name = "starbase_macros" version = "0.7.7" edition = "2021" license = "MIT" description = "Macros for the starbase framework." repository = "https://github.com/moonrepo/starbase" rust-version = "1.64.0" [lib] proc-macro = true [dependencies] darling = "0.20.10" proc-macro2 = "1.0.89" quote = "1.0.37" syn = { version = "2.0.87", features = ["full"] } [features] events = [] tracing = []