# 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 = "playdate-rs-macros" version = "0.0.15" authors = ["Wenyu Zhao "] description = "Helpful macros for playdate-rs" homepage = "https://github.com/rusty-crank/playdate-rs" documentation = "https://docs.rs/playdate-rs-sys" readme = "README.md" keywords = [ "playdate", "gamedev", "proc-macro", ] categories = [ "api-bindings", "development-tools::procedural-macro-helpers", "embedded", "game-development", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rusty-crank/playdate-rs" [lib] proc-macro = true [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.29" features = ["full"]