[package]
edition = "2021"
name = "hyperapp_macro"
version = "0.2.0"
authors = ["Sybil Technologies AG"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The macro for async, handler-based Hyperware Hyperapps."
homepage = "https://hyperware.ai"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/hyperware-ai/hyperapp-macro"
[lib]
name = "hyperapp_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.hyperware_process_lib]
version = "3.0.0"
features = ["hyperapp"]
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = [
"full",
"extra-traits",
]