1[package]
2name = "glib-macros"
3documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_macros/"
4description = "Rust bindings for the GLib library, proc macros crate"
5keywords = ["glib", "gtk-rs", "gnome", "GUI"]
6authors.workspace = true
7edition.workspace = true
8exclude.workspace = true
9homepage.workspace = true
10license.workspace = true
11repository.workspace = true
12rust-version.workspace = true
13version.workspace = true
14
15[dependencies]
16heck = "0.5"
17proc-macro2 = "1.0"
18quote = "1.0"
19syn = { version = "2.0.68", features = ["full"] }
20proc-macro-crate = "3.1"
21
22[lib]
23proc-macro = true
24
25[dev-dependencies]
26glib.workspace = true
27trybuild2 = "1.2"
28