relm4-macros 0.9.1

An idiomatic GUI library inspired by Elm and based on gtk4-rs
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[dev-dependencies.rustversion]
version = "1"

[dev-dependencies.trybuild]
version = "1.0.97"

[features]
default = ["relm4"]
relm4 = []

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

[package]
authors = ["Aaron Erhardt <aaron.erhardt@t-online.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["gui"]
description = "An idiomatic GUI library inspired by Elm and based on gtk4-rs"
documentation = "https://docs.rs/relm4_macros/"
edition = "2021"
homepage = "https://relm4.org"
include = ["src/", "tests/", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["gui", "gtk", "gtk4", "elm", "view"]
license = "Apache-2.0 OR MIT"
name = "relm4-macros"
readme = "README.md"
repository = "https://github.com/Relm4/Relm4"
rust-version = "1.75"
version = "0.9.1"

[[test]]
name = "builder"
path = "tests/builder.rs"

[[test]]
name = "codegen_order"
path = "tests/codegen_order.rs"

[[test]]
name = "complex_func_path"
path = "tests/complex_func_path.rs"

[[test]]
name = "component_missing_widgets"
path = "tests/component_missing_widgets.rs"

[[test]]
name = "iife"
path = "tests/iife.rs"

[[test]]
name = "local_ref_container"
path = "tests/local_ref_container.rs"

[[test]]
name = "pub_widget_templates"
path = "tests/pub_widget_templates.rs"

[[test]]
name = "redundant_clone"
path = "tests/redundant_clone.rs"

[[test]]
name = "returned_widgets"
path = "tests/returned_widgets.rs"

[[test]]
name = "simple"
path = "tests/simple.rs"

[[test]]
name = "skip_init"
path = "tests/skip_init.rs"

[[test]]
name = "widget_template"
path = "tests/widget_template.rs"

[[test]]
name = "widget_template_nested_child"
path = "tests/widget_template_nested_child.rs"