[package] name = "bevy_proto_typetag_derive" version = "0.2.0" edition = "2021" authors = ["Gino Valente "] description = "Derive macro for use with bevy_proto_typetag" repository = "https://github.com/MrGVSV/bevy_proto_typetag" license = "MIT OR Apache-2.0" readme = "README.md" [lib] proc-macro = true [dependencies] syn = "1.0" quote = "1.0" proc-macro2 = "1.0"