[dependencies.proc-macro2]
version = "1.0.0"
[dependencies.quote]
version = "1.0.0"
[dependencies.syn]
features = ["full", "parsing", "printing", "proc-macro", "extra-traits"]
version = "2.0.0"
[dev-dependencies.rhai]
features = ["metadata"]
version = "1.17.0"
[dev-dependencies.trybuild]
version = "1.0.0"
[features]
default = []
metadata = []
[lib]
proc-macro = true
[package]
authors = ["jhwgh1968", "Stephen Chung"]
categories = ["no-std", "embedded", "wasm", "parser-implementations"]
description = "Procedural macros support package for Rhai, a scripting language and engine for Rust"
edition = "2018"
homepage = "https://rhai.rs/book/plugins/index.html"
keywords = ["scripting", "scripting-engine", "scripting-language", "embedded", "plugin"]
license = "MIT OR Apache-2.0"
name = "rhai_codegen"
readme = "README.md"
repository = "https://github.com/rhaiscript/rhai"
resolver = "2"
version = "2.2.0"