rhai_codegen 2.2.0

Procedural macros support package for Rhai, a scripting language and engine for Rust
Documentation
[package]

name = "rhai_codegen"

version = "2.2.0"

edition = "2018"

resolver = "2"

authors = ["jhwgh1968", "Stephen Chung"]

description = "Procedural macros support package for Rhai, a scripting language and engine for Rust"

keywords = ["scripting", "scripting-engine", "scripting-language", "embedded", "plugin"]

categories = ["no-std", "embedded", "wasm", "parser-implementations"]

homepage = "https://rhai.rs/book/plugins/index.html"

repository = "https://github.com/rhaiscript/rhai"

license = "MIT OR Apache-2.0"



[lib]

proc-macro = true



[features]

default = []

metadata = []



[dependencies]

proc-macro2 = "1.0.0"

syn = { version = "2.0.0", features = ["full", "parsing", "printing", "proc-macro", "extra-traits"] }

quote = "1.0.0"



[dev-dependencies]

rhai = { path = "..", version = "1.17.0", features = ["metadata"] }

trybuild = "1.0.0"