agility-macros 0.1.1

Procedural macros for the Agility reactive programming library
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

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

[package]
authors = ["Dexer Matters"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "data-structures"]
description = "Procedural macros for the Agility reactive programming library"
documentation = "https://docs.rs/agility-macros"
edition = "2024"
homepage = "https://github.com/ICmd-dev/agility"
keywords = ["reactive", "signals", "macros", "derive"]
license = "MIT OR Apache-2.0"
name = "agility-macros"
readme = "README.md"
repository = "https://github.com/ICmd-dev/agility"
version = "0.1.1"