[package] name = "byte_struct_derive" version = "0.9.0" authors = ["Weiyi Wang "] edition = "2021" license = "MIT OR Apache-2.0" description = "Derive macro for byte_struct" repository = "https://github.com/wwylele/byte-struct-rs" readme = "../README.md" [lib] proc-macro = true [dependencies] syn = "2.0" quote = "1.0" proc-macro2 = "1.0"