# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "zero_ecs_macros" version = "0.2.22" authors = ["Johan Norberg "] description = "Procedural macros for Build scripts for: ZeroECS: an Entity Component System (ECS), using only zero-cost abstractions" documentation = "https://github.com/JohanNorberg/zero_ecs#readme" readme = "README.md" keywords = [ "ecs", "zero_ecs", ] categories = [ "game-development", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JohanNorberg/zero_ecs" [lib] proc-macro = true [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.51" features = ["full"]