[dependencies.inventory]
version = "0.1"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.runmat-builtins]
version = "=0.2.2"
[dependencies.syn]
features = ["full"]
version = "1"
[dev-dependencies.trybuild]
version = "1"
[lib]
name = "runmat_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Dystr Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macros for declaring RunMat builtins and utilities"
edition = "2021"
homepage = "https://runmat.org"
license = "MIT"
license-file = "LICENSE"
name = "runmat-macros"
readme = false
repository = "https://github.com/runmat-org/runmat"
version = "0.2.2"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "compile"
path = "tests/compile.rs"
[[test]]
name = "multi"
path = "tests/multi.rs"