[package] name = "flecs_ecs_derive" version = "0.1.0" edition.workspace = true license = "MIT" repository.workspace = true description = "A procedural macro crate for the Flecs ECS library." [lib] proc-macro = true name = "flecs_ecs_derive" [lints] workspace = true [dependencies] syn = "2.0.33" quote = "1.0.33" proc-macro2 = "1.0.67" [package.metadata.docs.rs] rustdoc-args = [ "-Zunstable-options", "--generate-link-to-definition"] cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]