[package] name = "entity_macros" description = "Macro library that provides ability to generate ent logic at compile-time." categories = ["data-structures"] version = "0.3.2" authors = ["Chip Senkbeil "] edition = "2018" homepage = "https://github.com/chipsenkbeil/entity-rs" repository = "https://github.com/chipsenkbeil/entity-rs" readme = "README.md" license = "MIT OR Apache-2.0" [lib] proc-macro = true [dependencies] darling = "0.12.0" heck = "0.3.1" proc-macro2 = "1.0.24" proc-macro-crate = "1.0.0" quote = "1.0.7" syn = { version = "1.0.53", features = ["full"] } entity_macros_data = { version = "=0.3.2", path = "../entity_macros_data" }