[package] name = "to-syn-value_derive" version = "0.1.1" authors = ["Mark Thom "] description = "Defines the trait targeted by the derive macro defined in to-syn-value." readme = "README.md" repository = "https://github.com/mthom/to-syn-value_derive" license = "BSD-3-Clause" edition = "2021" publish = true [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.36" syn = { version = "2.0.32", features = ['full', 'visit', 'extra-traits'] } quote = "1.0.15"