[package] name = "const-serialize-macro" version = { workspace = true } authors = ["Evan Almloff"] edition = "2021" description = "A macro to derive const serialize" license = "MIT OR Apache-2.0" repository = "https://github.com/dioxuslabs/dioxus" homepage = "https://dioxuslabs.com/learn/0.5/getting_started" keywords = ["const", "serialize"] [dependencies] syn = "2.0" quote = "1.0" proc-macro2 = "1.0.86" [lib] proc-macro = true