# SPDX-License-Identifier: MPL-2.0 [package] name = "boing-internals" version = "0.1.0" authors = ["norepimorphism "] edition = "2021" description = "Internal proc macros for the boing crate" repository = "https://github.com/norepimorphism/boing" license = "MPL-2.0" categories = [] [lib] proc-macro = true [dependencies] darling = "0.14" quote = "1.0" syn = "1.0"