1[package]
2name = "glib-macros"
3documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_macros/"
4homepage = "https://gtk-rs.org/"
5authors = ["The gtk-rs Project Developers"]
6description = "Rust bindings for the GLib library, proc macros crate"
7version = "0.18.5"
8keywords = ["glib", "gtk-rs", "gnome", "GUI"]
9repository = "https://github.com/gtk-rs/gtk-rs-core"
10license = "MIT"
11edition = "2021"
12rust-version = "1.70"
13
14[dependencies]
15heck = "0.4"
16proc-macro-error = "1.0"
17proc-macro2 = "1.0"
18quote = "1.0"
19syn = { version = "2.0", features = ["full"] }
20proc-macro-crate = "2.0"
21
22[lib]
23proc-macro = true
24
25[dev-dependencies]
26glib = { path = "../glib", version = "0.18" }
27trybuild2 = "1.1"
28once_cell = "1.9.0"
29