# 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 = "cuicui_chirp_macros" version = "0.12.0" authors = ["Nicola Papale"] description = "Proc macros for the cuicui_chirp crate" readme = "README.md" keywords = ["bevy"] categories = [ "game-development", "gui", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nicopap/cuicui_layout" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.66" [dependencies.quote] version = "1.0.32" [dependencies.syn] version = "2.0.28" features = [ "full", "parsing", "proc-macro", "printing", "clone-impls", ] default-features = false