gpui-macros 0.2.2

Macros used by gpui
Documentation
[dependencies.heck]
version = "0.5"

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

[dependencies.quote]
version = "1.0.9"

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

[dev-dependencies]

[features]
inspector = []

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

[lints.clippy]
dbg_macro = "deny"
declare_interior_mutable_const = "deny"
disallowed_methods = "deny"
large_enum_variant = "allow"
let_underscore_future = "allow"
nonminimal_bool = "allow"
redundant_clone = "deny"
single_range_in_vec_init = "allow"
todo = "deny"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.clippy.style]
level = "allow"
priority = -1

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros used by gpui"
edition = "2024"
license = "Apache-2.0"
name = "gpui-macros"
publish = true
readme = false
resolver = "2"
version = "0.2.2"

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

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

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