[package] name = "ayaka-bindings-impl" description = "Proc macro for ayaka-bindings." version.workspace = true edition.workspace = true authors.workspace = true categories.workspace = true keywords.workspace = true license.workspace = true repository.workspace = true [lib] proc-macro = true [dependencies] syn = { version = "2", features = ["full"] } quote = "1" proc-macro2 = "1" proc-macro-crate = "2"