[package] name = "bevy_ergo_plugin" authors = ["Vriska Weaver"] license = "MIT" keywords = ["bevy", "gamedev", "game", "bevy-engine", "macro"] readme = "README.md" description = "Macros to make building bevy plugins more ergonomic" repository = "https://gitlab.com/weavriska/bevy_ergo_plugin" version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true path = "src/lib.rs" [dependencies] proc-macro2 = "1.0" syn = { version = "2.0", features = ["full", "extra-traits", "printing"] } quote = "1.0.27" itertools = "0.10.5"