[package] name = "bones_bevy_asset_macros" description = "Macros for the bones_bevy_asset crate." version = "0.2.0" edition = "2021" authors = ["The Fish Folk & Spicy Lobster Developers"] license = "MIT OR Apache-2.0" repository = "https://github.com/fishfolk/bones" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.43" quote = "1.0.21" syn = { version = "1.0.100", features = ["extra-traits"] } ulid = { version = "1.0.0", default-features = false } regex = "1.0.0"