[package] name = "hobo_derive" version = "0.4.0" edition = "2021" license = "MIT" repository = "https://github.com/grdigital/hobo" description = "hobo is a Rust frontend framework" authors = ["GR Digital "] readme = "../README.md" [lib] proc-macro = true [dependencies] derive_utils = "0.13" proc-macro-crate = "1" proc-macro2 = "1" proc-quote = "0.4" quote = "1" syn = "2" [features] experimental = []