[package] name = "sandpit_derive" description = "Derive support for the sandpit GC" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true readme.workspace = true repository.workspace = true rust-version.workspace = true [lib] proc-macro = true [dependencies] syn = "2.0" quote = "1.0" proc-macro2 = "1.0.81"