[package] name = "byte_eater" version = "0.1.1" edition = "2018" description = "Macros for (de)serializing binary protocols" license = "GPL-3.0-or-later" [dependencies] syn = "1.0" quote = "1.0" darling = "0.13" proc-macro2 = "1.0" [lib] name = "byte_eater" proc-macro = true