[package] name = "chinilla_streamable_macro" version = "0.2.5" edition = "2021" license = "Apache-2.0" description = "Streamable derive macro for serializing/deserializing types in Chinilla protocol format" authors = ["Arvid Norberg "] homepage = "https://github.com/Chinilla/chinilla_rs/" repository = "https://github.com/Chinilla/chinilla_rs/" [lib] proc-macro = true [dependencies] syn = "1.0.86" quote = "1.0.15"