[package] name = "rusqlite-from-row-derive" description = "Internal proc-macro crate for rusqlite-from-row" version.workspace = true authors.workspace = true edition.workspace = true repository.workspace = true homepage.workspace = true license-file.workspace = true keywords.workspace = true categories.workspace = true [lib] proc-macro = true [dependencies] quote = "1.0.36" syn = "2.0.60" proc-macro2 = "1.0.81"