openkit-macros 0.1.3

Procedural macros for the OpenKit UI framework
Documentation
[dependencies.darling]
version = "0.20"

[dependencies.proc-macro-error]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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

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

[package]
authors = ["Pegasus Heavy Industries"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "development-tools::procedural-macro-helpers"]
description = "Procedural macros for the OpenKit UI framework"
documentation = "https://docs.rs/openkit-macros"
edition = "2024"
homepage = "https://github.com/pegasusheavy/openkit"
keywords = ["gui", "ui", "macros", "proc-macro"]
license = "MIT OR Apache-2.0"
name = "openkit-macros"
readme = false
repository = "https://github.com/pegasusheavy/openkit"
rust-version = "1.85"
version = "0.1.3"