[package]
name = "component-init-macro"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "`component-init` macro for deriving a pre-initialization function"
[lib]
proc-macro = true
[dependencies]
syn = { workspace = true, features = ["full"] }
quote.workspace = true