[package]
authors = ["The gtk-rs Project Developers"]
categories = ["api-bindings", "gui"]
description = "Macros helpers for GTK 4 bindings"
documentation = "https://gtk-rs.org/gtk4-rs/stable/latest/docs/gtk4_macros"
edition = "2021"
homepage = "https://gtk-rs.org/"
keywords = ["gtk", "gtk4", "gtk-rs", "gnome", "GUI"]
license = "MIT"
name = "gtk4-macros"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.4.9"
rust-version = "1.56"
[lib]
proc-macro = true
[dependencies]
anyhow = "1.0"
quick-xml = "0.22.0"
proc-macro-crate = "1.0"
proc-macro-error = "1.0"
proc-macro2 = "1.0"
quote = "1.0"
syn = {version = "1.0", default-features = false, features = ["full"]}
[dev-dependencies]
futures-channel = "0.3"
futures-util = "0.3"
gtk = { path = "../gtk4", package = "gtk4", version = "0.4.9" }
trybuild2 = "1.0"