[dependencies.convert_case]
version = "0.8.0"
[dependencies.intehan_util_dump]
version = "0.1.2"
[dependencies.macro_magic]
features = ["proc_support"]
version = "0.6.0"
[dependencies.proc-macro2]
version = "1.0.93"
[dependencies.quote]
version = "1.0.38"
[dependencies.syn]
features = ["full"]
version = "2.0.98"
[lib]
name = "zero_ecs_macros"
path = "src/macros.rs"
proc-macro = true
[package]
authors = ["Johan Norberg <johan.norberg@jepono.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "data-structures"]
description = "Procedural macros for Build scripts for: ZeroECS: an Entity Component System (ECS), using only zero-cost abstractions"
documentation = "https://github.com/JohanNorberg/zero_ecs#readme"
edition = "2021"
keywords = ["ecs", "zero_ecs"]
license = "MIT OR Apache-2.0"
name = "zero_ecs_macros"
readme = "README.md"
repository = "https://github.com/JohanNorberg/zero_ecs"
version = "0.3.3"