node_tree_derive 0.12.0

Provides the `NodeSys` macro for the `node_tree` crate.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["parsing", "full", "extra-traits", "printing"]
version = "1.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides the `NodeSys` macro for the `node_tree` crate."
edition = "2018"
exclude = [".github/*", ".vscode/*", "tests/*"]
keywords = ["framework", "utility", "gamedev"]
license = "MIT OR Apache-2.0"
name = "node_tree_derive"
readme = "README.md"
repository = "https://github.com/LunaticWyrm467/node_tree"
resolver = "2"
version = "0.12.0"