[dependencies.proc-macro2]
version = ">=1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = ">=2.0.59"
[lib]
name = "plottery_project_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Tobias Grothmann <tobiasgrothmannplotterart@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "graphics", "gui", "mathematics", "multimedia::images"]
description = "macro used by plottery to setup up project parameters"
edition = "2021"
keywords = ["plottery", "plotter", "generative", "art"]
license = "GPL-3.0"
name = "plottery_project_macros"
readme = false
repository = "https://github.com/TobiasGrothmann/plottery"
version = "0.5.0"