[package] name = "arrow_convert_derive" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true keywords.workspace = true repository.workspace = true description = "Proc macros for arrow_convert" [lib] proc-macro = true [dependencies] syn = { workspace = true, features = ["full"] } quote = { workspace = true } proc-macro2 = { workspace = true } proc-macro-error2 = { workspace = true }