[package] name = "bytepack_derive" version = "0.2.0" authors = ["Charles Hubain "] description = "bytepack_derive offers a custom derive of the Packed trait" documentation = "https://docs.rs/bytepack/trait.Packed.html" homepage = "https://github.com/haxelion/bytepack" repository = "https://github.com/haxelion/bytepack_derive" license = "MIT" [lib] proc-macro = true [dependencies] syn = "0.11" quote = "0.3"