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