[package] name = "apecs-derive" version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["gamedev", "ecs", "async"] documentation = "https://docs.rs/apecs/" repository = "https://github.com/schell/apecs" categories = ["concurrency", "game-engines"] description = "derive and other macros for the apecs library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true bench = false [dependencies] moongraph-macros-syntax = "0.1.0" proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full"] }