[package] authors = ["Daniel Kolsoi "] description = "Internal macro crate for inkwell" edition = "2021" license = "Apache-2.0" name = "inkwell_internals" readme = "README.md" repository = "https://github.com/TheDan64/inkwell" version = "0.10.0" [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full", "fold"] } [lib] proc-macro = true [features] nightly = []