rocal-macro 0.3.4

Macros for Rocal - Full-Stack WASM framework
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.rocal-core]
optional = true
version = "0.3"

[dependencies.rocal-ui]
optional = true
version = "0.1"

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

[features]
default = ["full"]
full = ["rocal-core", "rocal-ui"]
ui = ["rocal-ui"]

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

[package]
authors = ["Yoshiki Sashiyama <yoshi@rocal.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros for Rocal - Full-Stack WASM framework"
edition = "2021"
homepage = "https://github.com/rocal-dev/rocal"
keywords = ["local-first", "web-framework", "macro", "wasm", "web"]
license = "MIT"
name = "rocal-macro"
readme = "README.md"
repository = "https://github.com/rocal-dev/rocal"
version = "0.3.4"