[package] name = "openconfiguration_derive" version = "1.4.3" edition = "2021" description = "OpenConfiguration (OC) is a modular, efficient and flexible approach for the uni-directional exchange of visual e-commerce configurations." license-file = "../../../LICENSE.txt" readme = "../../../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1.0.26" syn = "2.0.15"