runestick-macros 0.7.0

Runescript, a generic stack-based virtual machine for Rust.
Documentation
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.10"

[dependencies.quote]
version = "1.0.3"

[dependencies.syn]
features = ["full"]
version = "1.0.31"
[dev-dependencies.runestick]
version = "0.7.0"

[lib]
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
categories = []
description = "Runescript, a generic stack-based virtual machine for Rust.\n"
documentation = "https://docs.rs/runestick"
edition = "2018"
homepage = "https://github.com/rune-rs/rune"
keywords = ["language", "scripting"]
license = "MIT/Apache-2.0"
name = "runestick-macros"
readme = "README.md"
repository = "https://github.com/rune-rs/rune"
version = "0.7.0"