[dependencies.paste]
version = "1.0.15"
[dependencies.quote]
version = "1.0.42"
[dependencies.syn]
version = "2.0.111"
[lib]
name = "python_instruction_dsl_proc"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A procedural macro for defining Python instructions in a DSL."
edition = "2024"
license = "GPL-3.0-or-later"
name = "python-instruction-dsl-proc"
readme = "README.md"
repository = "https://github.com/Svenskithesource/python-instruction-dsl-proc"
version = "0.1.3"
[[test]]
name = "test_simple"
path = "tests/test_simple.rs"