glib-macros 0.20.5

Rust bindings for the GLib library, proc macros crate
Documentation
[dependencies.heck]
version = "0.5"

[dependencies.proc-macro-crate]
version = "3.1"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0.68"

[dev-dependencies.glib]
version = "0.20.3"

[dev-dependencies.trybuild2]
version = "1.2"

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

[package]
authors = ["The gtk-rs Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust bindings for the GLib library, proc macros crate"
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_macros/"
edition = "2021"
exclude = ["gir-files/*"]
homepage = "https://gtk-rs.org/"
keywords = ["glib", "gtk-rs", "gnome", "GUI"]
license = "MIT"
name = "glib-macros"
readme = false
repository = "https://github.com/gtk-rs/gtk-rs-core"
rust-version = "1.70"
version = "0.20.5"

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

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

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

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

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

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

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

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