# 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 = "amfiteatr_proc_macro" version = "0.5.0" description = "Procedural macro crate for amfiteatr_* crates" readme = "README.md" keywords = [ "game", "theory", "model", "player", ] categories = [ "games", "simulation", "concurrency", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/moroviintaas/amfiteatr" [lib] proc-macro = true [dependencies.enum-map-derive] version = "0.17.0" [dependencies.proc-macro2] version = "1.0.79" features = ["proc-macro"] [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.57" features = [ "full", "fold", ]