[package] name = "lightyear_macros" version = "0.17.1" authors = ["Charles Bournhonesque "] edition = "2021" rust-version = "1.65" description = "Procedural macros for the lightyear networking library" readme = "README.md" repository = "https://github.com/cBournhonesque/lightyear" keywords = ["bevy", "multiplayer", "networking", "netcode", "gamedev"] categories = ["game-development", "network-programming"] license = "MIT OR Apache-2.0" exclude = ["/tests"] [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full"] } serde = { version = "1.0.188", features = ["derive"] } [dev-dependencies] lightyear = { path = "../lightyear" } bevy = { version = "0.14", default-features = false }